[debuginfo-tests] Remove some unused config variables
authorJames Henderson <james.henderson@sony.com>
Tue, 9 Feb 2021 11:12:49 +0000 (11:12 +0000)
committerJames Henderson <james.henderson@sony.com>
Mon, 15 Feb 2021 14:20:56 +0000 (14:20 +0000)
Differential Revision: https://reviews.llvm.org/D96500

Reviewed by: aprantl

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

index 4f463f4..687f6f0 100644 (file)
@@ -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.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
 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@"