Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the test fix from r312181 | Hans Wennborg | 2017-08-30 | 1 | -1/+1 |
| | | | | llvm-svn: 312193 | ||||
* | Fix tests for ARM targets | Douglas Yung | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Tests fail on ARM targets due to ABI name between define and void. Added reg ex to skip. Patch by Glenn Howe (and expanded on by Douglas Yung)! Differential Revision: https://reviews.llvm.org/D33410 llvm-svn: 312181 | ||||
* | [ThinLTO] Handle -emit-llvm* in ThinLTO backends | Teresa Johnson | 2017-03-31 | 1 | -0/+10 |
Summary: Use PreCodeGenModuleHook to invoke the correct writer when emitting LLVM IR, returning false to skip codegen from within thinBackend. Reviewers: pcc, mehdi_amini Subscribers: Prazek, cfe-commits Differential Revision: https://reviews.llvm.org/D31534 llvm-svn: 299274 |