Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72f4ce3

Browse files
committed
[lldb][test] Make missing libcxx directory in standalone tests a fatal error again
1 parent 61d95fc commit 72f4ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/CMakeLists.txt

+1-1
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)