summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.py.in
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
commit965e7876c317bbe49750331b157d1ef2bbfcb159 (patch)
treee5e1d98baef6b97b50604a8b6d710cba9a7af0fe /test/lit.site.cfg.py.in
parent8aaa99a5066e932a3e2548212db2884c00f21a1e (diff)
Revert "Add opt-viewer testing"
This reverts commit r319073. Bot fails with a mismatch that looks like pygments-generated HTML. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319146 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.py.in')
-rw-r--r--test/lit.site.cfg.py.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lit.site.cfg.py.in b/test/lit.site.cfg.py.in
index 117af7336d0..dff46dcff32 100644
--- a/test/lit.site.cfg.py.in
+++ b/test/lit.site.cfg.py.in
@@ -43,7 +43,6 @@ config.link_llvm_dylib = @LLVM_LINK_LLVM_DYLIB@
config.llvm_libxml2_enabled = "@LLVM_LIBXML2_ENABLED@"
config.llvm_host_triple = '@LLVM_HOST_TRIPLE@'
config.host_arch = "@HOST_ARCH@"
-config.have_opt_viewer_modules = @LLVM_HAVE_OPT_VIEWER_MODULES@
# Support substitution of the tools_dir with user parameters. This is
# used when we can't determine the tool dir at configuration time.