[llvm] 4a2c8dc - [gn build] port e78208f082f0

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 18:46:46 PDT 2022


Author: Nico Weber
Date: 2022-08-22T21:46:36-04:00
New Revision: 4a2c8dcc17e6843bdf3985320d5449107362b5df

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

LOG: [gn build] port e78208f082f0

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 2adb9aea1f9f6..75dad57693ca3 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -38,6 +38,7 @@ write_cmake_config("lit_common_configured") {
     # We don't currently support the multiarch runtime layout.
     "LLVM_ENABLE_PER_TARGET_RUNTIME_DIR_PYBOOL=False",
 
+    "LLVM_LIT_TOOLS_DIR=",  # Intentionally empty, matches cmake build.
     "LLVM_TOOLS_DIR=" + rebase_path("$root_build_dir/bin"),
     "LLVM_LIBRARY_OUTPUT_INTDIR=" + rebase_path("$root_build_dir/lib"),
 


        


More information about the llvm-commits mailing list