aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: