Skip to content

Commit 86ac31d

Browse files
authored
Merge pull request #6920 from Michael137/bugfix/lldb-libcxx-fatal-error-to-5.9
[lldb][test] Make missing libcxx directory in standalone tests a fatal error again
2 parents bbed9e3 + 72f4ce3 commit 86ac31d

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(WARNING
153+
message(FATAL_ERROR
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)