summaryrefslogtreecommitdiffstats
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-06-02 21:55:39 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-06-02 21:55:39 +0000
commit003255b25b697f1a4eda7690735505d70dc03c68 (patch)
treeb7effa70d2b8f9b258bf857ed19c71c0d4be8361 /test/lit.site.cfg.in
parent0b200f66b45cb34d0af71a5ce18f4a3c2cffcce1 (diff)
Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index e71785e823..df90b81055 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -7,12 +7,6 @@ config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
config.clang_obj_root = "@CLANG_BINARY_DIR@"
config.target_triple = "@TARGET_TRIPLE@"
-config.targets_to_build = "@TARGETS_TO_BUILD@"
-
-# Exclude not supported target-specific tests.
-config.excludes = []
-if not 'X86' in config.targets_to_build:
- config.excludes.append('X86')
# Support substitution of the tools and libs dirs with user parameters. This is
# used when we can't determine the tool dir at configuration time.