From fc6bd5cbdae003f1a0ce1d7f3954c96c56b41afc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 19 Oct 2012 20:11:46 +0000 Subject: [PATCH] tests: Stop mangling '-vg' into the triple, we don't use this currently. - Also, lit is going to get a valgrind feature, instead. llvm-svn: 166301 --- clang/test/lit.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index b2d666d..54a683f 100644 --- a/clang/test/lit.cfg +++ b/clang/test/lit.cfg @@ -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) -- 2.7.4