This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Clang support for emitting minimized bitcode for thin link
ClosedPublic

Authored by tejohnson on Mar 16 2017, 12:58 PM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Mar 16 2017, 12:58 PM
tejohnson updated this revision to Diff 92647.Mar 22 2017, 9:44 AM

Update as per review comments on llvm side patch D31027.

pcc accepted this revision.Mar 22 2017, 7:36 PM

LGTM

This revision is now accepted and ready to land.Mar 22 2017, 7:36 PM
This revision was automatically updated to reflect the committed changes.