diff options
| author | Zachary Turner <zturner@google.com> | 2018-03-20 18:37:03 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2018-03-20 18:37:03 +0000 |
| commit | fced530650414f4f0901567e12b4c6318d70d811 (patch) | |
| tree | 0d0b80a649be55951f55dbeb5bee9bba67fb93a7 /lld/test/lit.cfg.py | |
| parent | 9362753a699dee4b7041204ab169fd1e84fef039 (diff) | |
| download | bcm5719-llvm-fced530650414f4f0901567e12b4c6318d70d811.tar.gz bcm5719-llvm-fced530650414f4f0901567e12b4c6318d70d811.zip | |
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.cfg.py')
| -rw-r--r-- | lld/test/lit.cfg.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/test/lit.cfg.py b/lld/test/lit.cfg.py index 8fd1a60ffae..e7c2589f021 100644 --- a/lld/test/lit.cfg.py +++ b/lld/test/lit.cfg.py @@ -85,9 +85,6 @@ if (lit.util.which('cvtres', config.environment['PATH'])) or \ if (config.llvm_libxml2_enabled == '1'): config.available_features.add('libxml2') -if config.have_dia_sdk: - config.available_features.add("diasdk") - tar_executable = lit.util.which('tar', config.environment['PATH']) if tar_executable: tar_version = subprocess.Popen( |

