This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][CMake] Use linker semantics for unwinder and C++ library
ClosedPublic

Authored by phosek on Jul 11 2022, 1:21 AM.

Details

Summary

Try the shared library first, and if it doesn't exist fallback onto
the static one. When the static library is requested, skip the shared
library.

Diff Detail

Event Timeline

phosek created this revision.Jul 11 2022, 1:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 1:21 AM
phosek requested review of this revision.Jul 11 2022, 1:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 1:21 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 14 2022, 6:56 AM
This revision is now accepted and ready to land.Jul 14 2022, 6:56 AM