]> granicus.if.org Git - clang/commitdiff
tests: Stop mangling '-vg' into the triple, we don't use this currently.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 19 Oct 2012 20:11:46 +0000 (20:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 19 Oct 2012 20:11:46 +0000 (20:11 +0000)
 - Also, lit is going to get a valgrind feature, instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166301 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index b2d666d564ae5b1a1bf30a0bebaa83e7cb0c60c4..54a683f0e7ff7f98b3cac1385d728f6777d3146a 100644 (file)
@@ -165,11 +165,6 @@ def inferClang(PATH):
 
     return clang
 
-# When running under valgrind, we mangle '-vg' onto the end of the triple so we
-# can check it with XFAIL and XTARGET.
-if lit.useValgrind:
-    config.target_triple += '-vg'
-
 config.clang = inferClang(config.environment['PATH']).replace('\\', '/')
 if not lit.quiet:
     lit.note('using clang: %r' % config.clang)