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 c6cec7b commit c785ef8Copy full SHA for c785ef8
llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -44,6 +44,9 @@ write_lit_config("lit_site_cfg") {
44
output = clang_lit_site_cfg_file
45
dir = get_path_info(output, "dir")
46
extra_values = [
47
+ "BUILD_SHARED_LIBS=0",
48
+ "LLVM_LINK_LLVM_DYLIB=0",
49
+ "CLANG_LINK_CLANG_DYLIB=0",
50
"LLVM_WITH_Z3=0",
51
"CLANG_BUILD_EXAMPLES=0",
52
"CLANG_BUILT_STANDALONE=0",
0 commit comments