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.
2 parents 07b26e3 + cf6d7c3 commit 4301aa1Copy full SHA for 4301aa1
lldb/unittests/tools/CMakeLists.txt
@@ -1,3 +1,5 @@
1
if(LLDB_TOOL_LLDB_SERVER_BUILD)
2
- add_subdirectory(lldb-server)
+ if (NOT LLVM_USE_SANITIZER MATCHES ".*Address.*")
3
+ add_subdirectory(lldb-server)
4
+ endif()
5
endif()
0 commit comments