[PATCH] D96500: [debuginfo-tests] Remove some unused config variables

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 06:22:13 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd6236524993e: [debuginfo-tests] Remove some unused config variables (authored by jhenderson).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96500/new/

https://reviews.llvm.org/D96500

Files:
  debuginfo-tests/lit.site.cfg.py.in


Index: debuginfo-tests/lit.site.cfg.py.in
===================================================================
--- debuginfo-tests/lit.site.cfg.py.in
+++ debuginfo-tests/lit.site.cfg.py.in
@@ -3,10 +3,7 @@
 import sys
 import lit.util
 
-config.test_exec_root = "@CMAKE_BINARY_DIR@"
-
 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
-config.llvm_obj_root = "@LLVM_BINARY_DIR@"
 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
 config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
 config.llvm_shlib_dir = "@SHLIBDIR@"
@@ -14,10 +11,8 @@
 config.llvm_plugin_ext = "@LLVM_PLUGIN_EXT@"
 config.debuginfo_tests_obj_root = "@DEBUGINFO_TESTS_BINARY_DIR@"
 config.debuginfo_tests_src_root = "@DEBUGINFO_TESTS_SOURCE_DIR@"
-config.has_lld = lit.util.pythonize_bool("@DEBUGINFO_TESTS_HAS_LLD@")
 config.host_triple = "@LLVM_HOST_TRIPLE@"
 config.target_triple = "@TARGET_TRIPLE@"
-config.host_arch = "@HOST_ARCH@"
 config.is_msvc = lit.util.pythonize_bool("@MSVC@")
 
 config.mlir_src_root = "@MLIR_SOURCE_DIR@"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96500.323734.patch
Type: text/x-patch
Size: 981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/547ca17c/attachment.bin>


More information about the llvm-commits mailing list