Skip to content

Commit 048d241

Browse files
authored
Merge pull request #6913 from adrian-prantl/109774179
Temporarily downgrade fatal error to a warning to work around CI conf…
2 parents 0d8d3f0 + 9c0d867 commit 048d241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if(TARGET clang)
150150
set(LIBCXX_LIBRARY_DIR "${LLDB_TEST_LIBCXX_ROOT_DIR}/lib${LIBCXX_LIBDIR_SUFFIX}")
151151
set(LIBCXX_GENERATED_INCLUDE_DIR "${LLDB_TEST_LIBCXX_ROOT_DIR}/include/c++/v1")
152152
else()
153-
message(FATAL_ERROR
153+
message(WARNING
154154
"Couldn't find libcxx build in '${LLDB_TEST_LIBCXX_ROOT_DIR}'. To run the "
155155
"test-suite for a standalone LLDB build please build libcxx and point "
156156
"LLDB_TEST_LIBCXX_ROOT_DIR to it.")

0 commit comments

Comments
 (0)