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 30c6839 commit f94f5ffCopy full SHA for f94f5ff
llvm/utils/gn/secondary/lld/test/BUILD.gn
@@ -21,6 +21,7 @@ write_cmake_config("lit_site_cfg") {
21
"LLD_SOURCE_DIR=" + rebase_path("//lld"),
22
"LLVM_BINARY_DIR=" +
23
rebase_path(get_label_info("//llvm", "target_out_dir")),
24
+ "LLVM_HOST_TRIPLE=$llvm_current_triple",
25
"LLVM_LIBS_DIR=", # needed only for shared builds
26
"LLVM_LIT_TOOLS_DIR=", # Intentionally empty, matches cmake build.
27
"LLVM_SOURCE_DIR=" + rebase_path("//llvm"),
0 commit comments