We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f38eb5f + 57755b1 commit 3bcca3aCopy full SHA for 3bcca3a
compiler-rt/CMakeLists.txt
@@ -476,7 +476,7 @@ if(COMPILER_RT_USE_LIBCXX)
476
endforeach()
477
foreach(path IN ITEMS ${LLVM_MAIN_SRC_DIR}/projects/libcxxabi
478
${LLVM_MAIN_SRC_DIR}/runtimes/libcxxabi
479
- ${LLVM_MAIN_SRC_DIR}/../libcxxabi
+ # Hide monorepo libcxxabi path for swift-ci: ${LLVM_MAIN_SRC_DIR}/../libcxxabi
480
${LLVM_EXTERNAL_LIBCXXABI_SOURCE_DIR})
481
if(IS_DIRECTORY ${path})
482
set(COMPILER_RT_LIBCXXABI_PATH ${path})
0 commit comments