Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703
[oota-llvm.git] / test / lit.cfg
index 9273cd7b930d9e96415b49476d6713d7f2975e83..7e6760e95ae5471df92b265b463393d81760a9d2 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: