diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index ae4ed3857dbbc5..90b31360309eb6 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -476,7 +476,7 @@ if(COMPILER_RT_USE_LIBCXX) endforeach() foreach(path IN ITEMS ${LLVM_MAIN_SRC_DIR}/projects/libcxxabi ${LLVM_MAIN_SRC_DIR}/runtimes/libcxxabi - ${LLVM_MAIN_SRC_DIR}/../libcxxabi + # Hide monorepo libcxxabi path for swift-ci: ${LLVM_MAIN_SRC_DIR}/../libcxxabi ${LLVM_EXTERNAL_LIBCXXABI_SOURCE_DIR}) if(IS_DIRECTORY ${path}) set(COMPILER_RT_LIBCXXABI_PATH ${path})