diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-10-19 20:11:46 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-10-19 20:11:46 +0000 |
commit | ca082d0f89b22ff3df169c67163362b75dbe9983 (patch) | |
tree | 7674b6ae42c0c653904dc1278e193228f72bd609 | |
parent | cbbe2c0fc0d28184d996ce29ae9f0fb36b4cf72f (diff) |
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
-rw-r--r-- | test/lit.cfg | 5 |
1 files changed, 0 insertions, 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) |