OSDN Git Service

tests: Stop mangling '-vg' into the triple, we don't use this currently.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 19 Oct 2012 20:11:56 +0000 (20:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 19 Oct 2012 20:11:56 +0000 (20:11 +0000)
 - 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

test/lit.cfg

index 9273cd7..7e6760e 100644 (file)
@@ -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: