Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add triples or specify REQUIRES: default_triple to some tests | Justin Bogner | 2018-01-27 | 1 | -1/+1 |
| | | | | | | | These were all failing when building the X86 backend but specifying LLVM_DEFAULT_TARGET_TRIPLE=''. llvm-svn: 323608 | ||||
* | CodeGen: Refactor MIR parsing | Matthias Braun | 2017-06-06 | 1 | -0/+8 |
When parsing .mir files immediately construct the MachineFunctions and put them into MachineModuleInfo. This allows us to get rid of the delayed construction (and delayed error reporting) through the MachineFunctionInitialzier interface. Differential Revision: https://reviews.llvm.org/D33809 llvm-svn: 304758 |