aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
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
commit9f4acd0aabe7891cf6316ee14e38f2fca2fc468e (patch)
tree4119c8c85a635b64534340e71516bf0fa8a0bf59 /test/lit.cfg
parent970755e5197afb42a76a24a74cd6dc17721daf50 (diff)
downloadexternal_llvm-9f4acd0aabe7891cf6316ee14e38f2fca2fc468e.zip
external_llvm-9f4acd0aabe7891cf6316ee14e38f2fca2fc468e.tar.gz
external_llvm-9f4acd0aabe7891cf6316ee14e38f2fca2fc468e.tar.bz2
tests: Stop mangling '-vg' into the triple, we don't use this currently.
- Also, lit is going to get a valgrind feature, instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 9273cd7..7e6760e 100644
--- a/test/lit.cfg
+++ b/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: