Skip to content

Commit

Permalink
Revert "Fix locating of COMPILER_RT_LIBCXX_PATH"
Browse files Browse the repository at this point in the history
clang-aarch64-sve-vla crashes in msan
clang-s390x-linux-lnt fails to compile libcxx

This reverts commit 14b2b67.
  • Loading branch information
vitalybuka committed Oct 12, 2022
1 parent 6bfcac6 commit bfe5e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler-rt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,7 @@ if(COMPILER_RT_USE_LIBCXX)
# Don't use libcxx if LLVM_ENABLE_PROJECTS does not enable it.
set(COMPILER_RT_LIBCXX_PATH ${LLVM_EXTERNAL_LIBCXX_SOURCE_DIR})
set(COMPILER_RT_LIBCXXABI_PATH ${LLVM_EXTERNAL_LIBCXXABI_SOURCE_DIR})
endif()
if(NOT IS_DIRECTORY ${COMPILER_RT_LIBCXX_PATH})
else()
foreach(path IN ITEMS ${LLVM_MAIN_SRC_DIR}/projects/libcxx
${LLVM_MAIN_SRC_DIR}/runtimes/libcxx
${LLVM_MAIN_SRC_DIR}/../libcxx
Expand Down

0 comments on commit bfe5e81

Please sign in to comment.