aboutsummaryrefslogtreecommitdiff
path: root/lld/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-03-20 18:37:03 +0000
committerZachary Turner <zturner@google.com>2018-03-20 18:37:03 +0000
commitfced530650414f4f0901567e12b4c6318d70d811 (patch)
tree0d0b80a649be55951f55dbeb5bee9bba67fb93a7 /lld/test/lit.site.cfg.py.in
parent9362753a699dee4b7041204ab169fd1e84fef039 (diff)
downloadllvm-fced530650414f4f0901567e12b4c6318d70d811.zip
llvm-fced530650414f4f0901567e12b4c6318d70d811.tar.gz
llvm-fced530650414f4f0901567e12b4c6318d70d811.tar.bz2
Revert "Resubmit "Support embedding natvis files in PDBs.""
This is still failing on a different bot this time due to some issue related to hashing absolute paths. Reverting until I can figure it out. llvm-svn: 328014
Diffstat (limited to 'lld/test/lit.site.cfg.py.in')
-rw-r--r--lld/test/lit.site.cfg.py.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/test/lit.site.cfg.py.in b/lld/test/lit.site.cfg.py.in
index 764ab83..50593f7 100644
--- a/lld/test/lit.site.cfg.py.in
+++ b/lld/test/lit.site.cfg.py.in
@@ -1,8 +1,5 @@
@LIT_SITE_CFG_IN_HEADER@
-import lit.util
-
-config.have_dia_sdk = lit.util.pythonize_bool("@LLVM_ENABLE_DIA_SDK@")
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"