[llvm] d074749 - [gn build] (manually) port 746b5fad5b

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 11:10:26 PDT 2020


Author: Nico Weber
Date: 2020-07-22T14:10:17-04:00
New Revision: d074749423a7ae33365aecc09548e2a83dbaed98

URL: https://github.com/llvm/llvm-project/commit/d074749423a7ae33365aecc09548e2a83dbaed98
DIFF: https://github.com/llvm/llvm-project/commit/d074749423a7ae33365aecc09548e2a83dbaed98.diff

LOG: [gn build] (manually) port 746b5fad5b

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
index ca24b4b40378..97007eecd1eb 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -37,6 +37,7 @@ write_cmake_config("lit_common_configured") {
     "LLVM_LIBCXX_USED=0",
 
     "GOLD_EXECUTABLE=ld",
+    "GNU_LD_EXECUTABLE=ld",
     "COMPILER_RT_RESOLVED_TEST_COMPILER=" +
         rebase_path("$root_build_dir/bin/clang"),
     "COMPILER_RT_TEST_COMPILER_ID=Clang",


        


More information about the llvm-commits mailing list