brintos

brintos / llvm-project-archived public Read only

0
0
Text · 136 B · 42b0c25 Raw
6 lines · plain
1if(LLDB_TOOL_LLDB_SERVER_BUILD)2  if (NOT LLVM_USE_SANITIZER MATCHES ".*Address.*")3    add_subdirectory(lldb-server)4  endif()5endif()6