summaryrefslogtreecommitdiffstats
path: root/llvm/test/lit.cfg.py
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2017-11-28 06:22:29 +0000
committerAdam Nemet <anemet@apple.com>2017-11-28 06:22:29 +0000
commitbf74f64e6718b73f48da255c7331d6d5ab3c601e (patch)
treea3ab577519d0339c560deeb5ed7c3ed85d8358ac /llvm/test/lit.cfg.py
parent0db60f36371ce1ef4b4ed60c35d6090fd8ced0d9 (diff)
downloadbcm5719-llvm-bf74f64e6718b73f48da255c7331d6d5ab3c601e.tar.gz
bcm5719-llvm-bf74f64e6718b73f48da255c7331d6d5ab3c601e.zip
Revert "Add opt-viewer testing"
This reverts commit r319073. Bot fails with a mismatch that looks like pygments-generated HTML. llvm-svn: 319146
Diffstat (limited to 'llvm/test/lit.cfg.py')
-rw-r--r--llvm/test/lit.cfg.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py
index 06a23536a8c..e956bb74f5a 100644
--- a/llvm/test/lit.cfg.py
+++ b/llvm/test/lit.cfg.py
@@ -123,7 +123,6 @@ if config.have_ocamlopt:
ocamlopt_command = '%s ocamlopt -cclib -L%s -cclib -Wl,-rpath,%s %s' % (
config.ocamlfind_executable, config.llvm_lib_dir, config.llvm_lib_dir, config.ocaml_flags)
-opt_viewer_cmd = '%s %s/tools/opt-viewer/opt-viewer.py' % (sys.executable, config.llvm_src_root)
tools = [
ToolSubst('%lli', FindTool('lli'), post='.', extra_args=lli_args),
@@ -133,7 +132,6 @@ tools = [
ToolSubst('%ld64', ld64_cmd, unresolved='ignore'),
ToolSubst('%ocamlc', ocamlc_command, unresolved='ignore'),
ToolSubst('%ocamlopt', ocamlopt_command, unresolved='ignore'),
- ToolSubst('%opt-viewer', opt_viewer_cmd),
]
# FIXME: Why do we have both `lli` and `%lli` that do slightly different things?
@@ -288,6 +286,3 @@ if config.have_libxar:
if config.llvm_libxml2_enabled == '1':
config.available_features.add('libxml2')
-
-if config.have_opt_viewer_modules:
- config.available_features.add('have_opt_viewer_modules')
OpenPOWER on IntegriCloud