This is an archive of the discontinued LLVM Phabricator instance.

[CMake][compiler-rt] Enable statically linking unwinder and c++abi
ClosedPublic

Authored by phosek on Jan 30 2019, 5:44 PM.

Details

Summary

Rather than guessing whether to use static or shared version of
unwinder and c++abi when using linking against the in-tree versions,
provide a CMake option to control this.

Diff Detail

Event Timeline

phosek created this revision.Jan 30 2019, 5:44 PM
Herald added subscribers: Restricted Project, llvm-commits, mgorny, dberris. · View Herald TranscriptJan 30 2019, 5:44 PM
This revision is now accepted and ready to land.Jan 30 2019, 6:12 PM
This revision was automatically updated to reflect the committed changes.