summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-10-19 20:11:56 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-10-19 20:11:56 +0000
commit37c4275a92e8b39e761b693002eaf4fc1ec8f158 (patch)
treefdce86293260e7c96bf80a217523a45cb3f6a115
parentfc6bd5cbdae003f1a0ce1d7f3954c96c56b41afc (diff)
downloadbcm5719-llvm-37c4275a92e8b39e761b693002eaf4fc1ec8f158.tar.gz
bcm5719-llvm-37c4275a92e8b39e761b693002eaf4fc1ec8f158.zip
tests: Stop mangling '-vg' into the triple, we don't use this currently.
- Also, lit is going to get a valgrind feature, instead. llvm-svn: 166302
-rw-r--r--llvm/test/lit.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg
index 9273cd7b930..7e6760e95ae 100644
--- a/llvm/test/lit.cfg
+++ b/llvm/test/lit.cfg
@@ -146,10 +146,6 @@ if re.search(r'cygwin|mingw32|win32', mcjit_triple):
mcjit_triple += "-elf"
config.substitutions.append( ('%mcjit_triple', mcjit_triple) )
-# When running under valgrind, we mangle '-vg' or '-vg_leak' onto the end of the
-# triple so we can check it with XFAIL and XTARGET.
-config.target_triple += lit.valgrindTriple
-
# Provide a substition for those tests that need to run the jit to obtain data
# but simply want use the currently considered most reliable jit for platform
if 'arm' in config.target_triple:
OpenPOWER on IntegriCloud