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 ee60847 commit f029c16Copy full SHA for f029c16
llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -48,6 +48,7 @@ write_lit_config("lit_site_cfg") {
48
"CLANG_DEFAULT_CXX_STDLIB=", # Empty string means "default value" here.
49
"CLANG_DEFAULT_LINKER=",
50
"CLANG_TOOLS_DIR=" + rebase_path("$root_out_dir/bin", dir),
51
+ "CLANG_VENDOR_UTI=org.llvm.clang",
52
53
# This is only used if LLVM_USE_SANITIZER includes lsan and the host
54
# OS is macOS. Since the GN build currently never uses LLVM_USE_SANITIZER,
0 commit comments