| commit | 7e23fc05c14ec04d6644c1f2d8759d308d77404d | [log] [tgz] |
|---|---|---|
| author | Matthias Braun <matze@braunis.de> | Tue Jun 06 20:06:57 2017 +0000 |
| committer | Matthias Braun <matze@braunis.de> | Tue Jun 06 20:06:57 2017 +0000 |
| tree | 0b4daaf41ba90f9ed66a3f69cd7cd768b4ad311a | |
| parent | 3b88291581c1d79aeb0b2aca8f55dfc4b4c7460c [diff] |
llc: Add ability to parse mir from stdin - Add -x <language> option to switch between IR and MIR inputs. - Change MIR parser to read from stdin when filename is '-'. - Add a simple mir roundtrip test. llvm-svn: 304825