@@ -48,8 +48,7 @@ write_lit_config("lit_site_cfg") {
4848 " LLVM_LINK_LLVM_DYLIB=0" ,
4949 " CLANG_LINK_CLANG_DYLIB=0" ,
5050 " LLVM_WITH_Z3=0" ,
51- " TEST_WITH_Z3_DEVEL=0" ,
52- " Z3_INCLUDE_DIR=" ,
51+ " TEST_WITH_Z3_MOCK=0" ,
5352 " CLANG_BUILD_EXAMPLES=0" ,
5453 " CLANG_BUILT_STANDALONE=0" ,
5554 " CLANG_DEFAULT_CXX_STDLIB=" , # Empty string means "default value" here.
@@ -59,15 +58,6 @@ write_lit_config("lit_site_cfg") {
5958 " CLANG_PLUGIN_SUPPORT=0" , # FIXME: Analysis/plugins need global -fPIC
6059 " CURRENT_TOOLS_DIR=" + rebase_path (" $root_out_dir /bin" , dir ),
6160 " CLANG_VENDOR_UTI=org.llvm.clang" ,
62-
63- # This is only used if LLVM_USE_SANITIZER includes lsan and the host
64- # OS is macOS. Since the GN build currently never uses LLVM_USE_SANITIZER,
65- # this is never read. If it's ever needed,
66- # utils/gn/build/toolchain/BUILD.gn should get the compiler from a variable
67- # that's also read here -- but that should happen after multi-toolchain
68- # builds exist, to make sure it's a toolchain var.
69- " CMAKE_CXX_COMPILER=c++" ,
70- " CMAKE_C_COMPILER=cc" ,
7161 " ENABLE_BACKTRACES=1" ,
7262 " ENABLE_SHARED=0" ,
7363 " LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS=0" ,
0 commit comments