Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d95fc commit 72f4ce3Copy full SHA for 72f4ce3
lldb/test/CMakeLists.txt
@@ -150,7 +150,7 @@ if(TARGET clang)
150
set(LIBCXX_LIBRARY_DIR "${LLDB_TEST_LIBCXX_ROOT_DIR}/lib${LIBCXX_LIBDIR_SUFFIX}")
151
set(LIBCXX_GENERATED_INCLUDE_DIR "${LLDB_TEST_LIBCXX_ROOT_DIR}/include/c++/v1")
152
else()
153
- message(WARNING
+ message(FATAL_ERROR
154
"Couldn't find libcxx build in '${LLDB_TEST_LIBCXX_ROOT_DIR}'. To run the "
155
"test-suite for a standalone LLDB build please build libcxx and point "
156
"LLDB_TEST_LIBCXX_ROOT_DIR to it.")
0 commit comments