This is an archive of the discontinued LLVM Phabricator instance.

Suppress -Wliblto warning when -flto is not present
AbandonedPublic

Authored by rnk on Nov 21 2016, 3:29 PM.

Details

Summary

Without -flto, it's unlikely that users will experience LLVM version
skew. The system installation of libLTO should be able to handle any
pre-compiled LLVM bitcode from static archives.

Event Timeline

rnk updated this revision to Diff 78797.Nov 21 2016, 3:29 PM
rnk retitled this revision from to Suppress -Wliblto warning when -flto is not present.
rnk updated this object.
rnk added reviewers: mehdi_amini, thakis.
rnk added a subscriber: cfe-commits.
rnk abandoned this revision.Nov 22 2016, 11:37 AM

Superseded by D26984