summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thin_link_bitcode.c
Commit message (Collapse)AuthorAgeFilesLines
* [ThinLTO] Add x86 requires to thin_link_bitcode. NFC.Tim Shen2017-06-021-0/+2
| | | | | | | | | It already specifies the triples, so the intention was to test x86 for now (or then). Differential Revision: https://reviews.llvm.org/D33692 llvm-svn: 304501
* [ThinLTO] Wire up ThinLTO and new PMTim Shen2017-06-011-0/+3
| | | | | | | | | | | | Summary: This patch teaches clang to use and propagate new PM in ThinLTO. Reviewers: davide, chandlerc, tejohnson Subscribers: mehdi_amini, Prazek, inglorion, cfe-commits Differential Revision: https://reviews.llvm.org/D33692 llvm-svn: 304496
* [ThinLTO] Clang support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-0/+9
Summary: Clang companion patch to LLVM patch D31027, which adds support for emitting minimized bitcode file for use in the thin link step. Add a cc1 option -fthin-link-bitcode=<file> to trigger this behavior. Depends on D31027. Reviewers: mehdi_amini, pcc Subscribers: cfe-commits, Prazek Differential Revision: https://reviews.llvm.org/D31050 llvm-svn: 298639
OpenPOWER on IntegriCloud