From ca082d0f89b22ff3df169c67163362b75dbe9983 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166301 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/lit.cfg b/test/lit.cfg index b2d666d564..54a683f0e7 100644 --- a/test/lit.cfg +++ b/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.50.1