The runtimes subdir is the new location for runtimes, we should
include it when looking for libcxx and libunwind headers.
Details
Details
- Reviewers
 EricWF beanz - Commits
 - rGbfb371a08357: [CMake] Check runtimes subdir when looking for libcxx and libuwind
rGb346e3e52760: [CMake] Check runtimes subdir when looking for libcxx and libuwind
rCXXA286614: [CMake] Check runtimes subdir when looking for libcxx and libuwind
rCXXA286332: [CMake] Check runtimes subdir when looking for libcxx and libuwind
rL286614: [CMake] Check runtimes subdir when looking for libcxx and libuwind
rL286332: [CMake] Check runtimes subdir when looking for libcxx and libuwind 
Diff Detail
Diff Detail
- Repository
 - rL LLVM
 
Event Timeline
Comment Actions
The original version caused a build breakage because LIBCXXABI_LIBCXX_SRC_DIR was used both as a string and a list in different contexts. This is a reland of the same change which addresses that issue, please take a look.