| commit | 488d1dc0edefb3b9852e1fd1ea579d585f7acec7 | [log] [tgz] |
|---|---|---|
| author | Teresa Johnson <tejohnson@google.com> | Thu Mar 23 19:47:49 2017 +0000 |
| committer | Teresa Johnson <tejohnson@google.com> | Thu Mar 23 19:47:49 2017 +0000 |
| tree | 2da3e5fadcfecd853b00fe5ae094bd2e7d0b3613 | |
| parent | 0c6a4ff8dcd32c00b1362d7dd902fe4d4160d642 [diff] |
[ThinLTO] Clang support for emitting minimized bitcode for thin link 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