When building as part of runtimes, there is no predefined order in which the runtimes are loaded, so the targets from other projects might not be available. We need to rely on HAVE_<name> variables instead in that case.
Details
Details
- Reviewers
EricWF beanz - Commits
- rGef6f231f56cf: [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimes
rCXXA294552: [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimes
rL294552: [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimes
Diff Detail
Diff Detail
- Repository
- rL LLVM