[llvm-commits] [llvm] r166302 - /llvm/trunk/test/lit.cfg

Daniel Dunbar daniel at zuster.org
Fri Oct 19 13:11:56 PDT 2012


Author: ddunbar
Date: Fri Oct 19 15:11:56 2012
New Revision: 166302

URL: http://llvm.org/viewvc/llvm-project?rev=166302&view=rev
Log:
tests: Stop mangling '-vg' into the triple, we don't use this currently.
 - Also, lit is going to get a valgrind feature, instead.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=166302&r1=166301&r2=166302&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Fri Oct 19 15:11:56 2012
@@ -146,10 +146,6 @@
   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:





More information about the llvm-commits mailing list