summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto-emit-llvm.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the test fix from r312181Hans Wennborg2017-08-301-1/+1
| | | | llvm-svn: 312193
* Fix tests for ARM targetsDouglas Yung2017-08-301-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 backendsTeresa Johnson2017-03-311-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
OpenPOWER on IntegriCloud