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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Differential D57492
[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
Diff Detail
Event TimelineHerald 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 Closed by commit rCRT352723: [CMake][compiler-rt] Enable statically linking unwinder and c++abi (authored by phosek). · Explain WhyJan 30 2019, 7:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 184440 CMakeLists.txt
|