[llvm] b6ad8cb - [gn build] (manually) port dfb77f2e99a1
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 01:59:49 PDT 2022
Author: Nico Weber
Date: 2022-07-05T10:59:41+02:00
New Revision: b6ad8cbb35759128091c07c013e754aff824173e
URL: https://github.com/llvm/llvm-project/commit/b6ad8cbb35759128091c07c013e754aff824173e
DIFF: https://github.com/llvm/llvm-project/commit/b6ad8cbb35759128091c07c013e754aff824173e.diff
LOG: [gn build] (manually) port dfb77f2e99a1
Added:
Modified:
llvm/utils/gn/secondary/lld/test/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/lld/test/BUILD.gn b/llvm/utils/gn/secondary/lld/test/BUILD.gn
index 585ef0449d0e4..e38776f3b9b26 100644
--- a/llvm/utils/gn/secondary/lld/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/test/BUILD.gn
@@ -17,6 +17,7 @@ write_cmake_config("lit_site_cfg") {
"LLD_BINARY_DIR=" + rebase_path(get_label_info("//lld", "target_out_dir")),
"CURRENT_LIBS_DIR=", # FIXME: for shared builds only (?)
"CURRENT_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
+ "ENABLE_BACKTRACES=1",
"LLD_SOURCE_DIR=" + rebase_path("//lld"),
"LLVM_BINARY_DIR=" +
rebase_path(get_label_info("//llvm", "target_out_dir")),
More information about the llvm-commits
mailing list