aboutsummaryrefslogtreecommitdiff
path: root/lld/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-03-23 19:57:25 +0000
committerZachary Turner <zturner@google.com>2018-03-23 19:57:25 +0000
commitf228276262af761d3061e40251d48efa49408397 (patch)
tree710ccbd3f22939beec8b58fa465977b3aef262d3 /lld/test/lit.site.cfg.py.in
parente2ae8b55108c08aa0718a020355de83e10897103 (diff)
downloadllvm-f228276262af761d3061e40251d48efa49408397.zip
llvm-f228276262af761d3061e40251d48efa49408397.tar.gz
llvm-f228276262af761d3061e40251d48efa49408397.tar.bz2
[PDB] Resubmit "Support embedding natvis files in PDBs."
This was reverted several times due to what ultimately turned out to be incompatibilities in our serialized hash table format. Several changes went in prior to this to fix those issues since they were more fundamental and independent of supporting injected sources, so now that those are fixed this change should hopefully pass. llvm-svn: 328363
Diffstat (limited to 'lld/test/lit.site.cfg.py.in')
-rw-r--r--lld/test/lit.site.cfg.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/lit.site.cfg.py.in b/lld/test/lit.site.cfg.py.in
index 50593f7..764ab83 100644
--- a/lld/test/lit.site.cfg.py.in
+++ b/lld/test/lit.site.cfg.py.in
@@ -1,5 +1,8 @@
@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@"