summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-11-21 01:20:28 +0000
committerZachary Turner <zturner@google.com>2017-11-21 01:20:28 +0000
commit79708b54f2c1043e28d8d2fb46bb9b416b4806d6 (patch)
treee414f95fa9e059450522acb02aeb5934a051b5e1 /debuginfo-tests/lit.site.cfg.py.in
parentf874bd67d810814f16cf1142ad00314f6dae332c (diff)
downloadbcm5719-llvm-79708b54f2c1043e28d8d2fb46bb9b416b4806d6.tar.gz
bcm5719-llvm-79708b54f2c1043e28d8d2fb46bb9b416b4806d6.zip
Re-revert "Refactor debuginfo-tests."
This is still breaking greendragon. At this point I give up until someone can fix the greendragon bots, and I will probably abandon this effort in favor of using a private github repository. llvm-svn: 318722
Diffstat (limited to 'debuginfo-tests/lit.site.cfg.py.in')
-rw-r--r--debuginfo-tests/lit.site.cfg.py.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/debuginfo-tests/lit.site.cfg.py.in b/debuginfo-tests/lit.site.cfg.py.in
deleted file mode 100644
index 8c4481a9f94..00000000000
--- a/debuginfo-tests/lit.site.cfg.py.in
+++ /dev/null
@@ -1,25 +0,0 @@
-@LIT_SITE_CFG_IN_HEADER@
-
-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@"
-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.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
-
-@LIT_SITE_CFG_IN_FOOTER@
-
-# Let the main config do the real work.
-lit_config.load_config(config, "@DEBUGINFO_TESTS_SOURCE_DIR@/lit.cfg.py")
OpenPOWER on IntegriCloud