We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7d6c3 commit 78769d5Copy full SHA for 78769d5
lldb/test/CMakeLists.txt
@@ -202,7 +202,7 @@ if(TARGET clang)
202
else()
203
# We require libcxx for the test suite, so if we aren't building it,
204
# provide a helpful error about how to resolve the situation.
205
- if(NOT LLDB_HAS_LIBCXX)
+ if(LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS AND NOT LLDB_HAS_LIBCXX)
206
message(SEND_ERROR
207
"LLDB test suite requires libc++, but it is currently disabled. "
208
"Please add `libcxx` to `LLVM_ENABLE_RUNTIMES` or disable tests via "
0 commit comments