mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-12 10:52:38 +00:00
7142fef03d
When testing libc++ for our cross-compiled CheriBSD target we specify an explicit LIBCXX_CXX_ABI_INCLUDE_PATHS for libcxxrt. The hardcoded path /usr/include/c++/v1 was introduced in 61e89737c5daf7b65341936f88f68efb680cdcd4 and overrides any value passed on the CMake command line. Fix this by using it as a fallback rather than a fixed default value. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D82095