summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-03-08 20:01:09 +0000
committerJohn McCall <rjmccall@apple.com>2010-03-08 20:01:09 +0000
commit2c7c0424b2cc17466c60ce7aca7e3ecedc7c059d (patch)
treecda6e4f9f36ea12db413ebcddb5f1631dd07949b /clang
parent0fbf039db9727d77301d99aeedb062d369beb6f4 (diff)
downloadbcm5719-llvm-2c7c0424b2cc17466c60ce7aca7e3ecedc7c059d.tar.gz
bcm5719-llvm-2c7c0424b2cc17466c60ce7aca7e3ecedc7c059d.zip
Revert r97727 at ddunbar's request; we want to solve this some other way.
llvm-svn: 97971
Diffstat (limited to 'clang')
-rw-r--r--clang/test/lit.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg
index 3565edc779b..beb8ae03b4f 100644
--- a/clang/test/lit.cfg
+++ b/clang/test/lit.cfg
@@ -97,18 +97,6 @@ if config.test_exec_root is None:
###
-import re
-site_exp = {}
-for line in open(os.path.join(config.llvm_obj_root, 'test', 'site.exp')):
- m = re.match('set ([^ ]+) "([^"]*)"', line)
- if m:
- site_exp[m.group(1)] = m.group(2)
-
-targets = set(site_exp['TARGETS_TO_BUILD'].split())
-def llvm_supports_target(name):
- return name in targets
-config.conditions['TARGET'] = llvm_supports_target
-
# Discover the 'clang' and 'clangcc' to use.
import os
OpenPOWER on IntegriCloud