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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 06:54:31 PST 2021


jhenderson created this revision.
jhenderson added reviewers: aganea, dblaikie, rnk, aprantl, jmorse, Orlando.
jhenderson requested review of this revision.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

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.322989.patch
Type: text/x-patch
Size: 981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/565a97c8/attachment.bin>


More information about the llvm-commits mailing list