[llvm-commits] [poolalloc] r166689 - /poolalloc/trunk/test/lit.cfg

Will Dietz wdietz2 at illinois.edu
Thu Oct 25 09:27:09 PDT 2012


Author: wdietz2
Date: Thu Oct 25 11:27:09 2012
New Revision: 166689

URL: http://llvm.org/viewvc/llvm-project?rev=166689&view=rev
Log:
test/lit.cfg: Remove valgrindTriple reference, fixes broken lit testing.

Modified:
    poolalloc/trunk/test/lit.cfg

Modified: poolalloc/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/lit.cfg?rev=166689&r1=166688&r2=166689&view=diff
==============================================================================
--- poolalloc/trunk/test/lit.cfg (original)
+++ poolalloc/trunk/test/lit.cfg Thu Oct 25 11:27:09 2012
@@ -149,9 +149,6 @@
 
 ###
 
-# 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
 
 # Process jit implementation option
 jit_impl_cfg = lit.params.get('jit_impl', None)





More information about the llvm-commits mailing list