This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Support statically linked libc++abi and libunwind
ClosedPublic

Authored by phosek on Apr 3 2018, 8:45 PM.

Details

Summary

This expands the CMake check to handle both statically and dynamically
linked version of libc++abi and libunwind and matches the implemnetation
used elsewhere in LLVM.

Diff Detail

Event Timeline

phosek created this revision.Apr 3 2018, 8:45 PM
Herald added subscribers: Restricted Project, llvm-commits, mgorny, dberris. · View Herald Transcript
morehouse accepted this revision.Apr 4 2018, 9:10 AM

LGTM.

This revision is now accepted and ready to land.Apr 4 2018, 9:10 AM
This revision was automatically updated to reflect the committed changes.