summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2011-01-03 17:28:52 +0000
committerDavid Greene <greened@obbligato.org>2011-01-03 17:28:52 +0000
commit7b29345ff3771e22880c6b1626c44da39ef16ebe (patch)
tree793ee4d2053135b4fd7468041b255e4a509f85e1 /clang/test
parentfdfd41375a443a71e3ed3041a6bbce76a7d37b13 (diff)
downloadbcm5719-llvm-7b29345ff3771e22880c6b1626c44da39ef16ebe.tar.gz
bcm5719-llvm-7b29345ff3771e22880c6b1626c44da39ef16ebe.zip
Support lit fixes for PR8199
Replace "clang++" with "clang\+\+" because we have to escape regexp special characters now. This is in preparation for changes to lit to fix PR8199. Tests will fail until the lit part gets committed. llvm-svn: 122753
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg
index 071284f9553..5dec8ff477b 100644
--- a/clang/test/lit.cfg
+++ b/clang/test/lit.cfg
@@ -138,7 +138,7 @@ config.substitutions.append( ('%test_debuginfo', ' ' + config.llvm_src_root + '/
config.substitutions.append(
(' clang ', """*** Do not use 'clang' in tests, use '%clang'. ***""") )
config.substitutions.append(
- (' clang++ ', """*** Do not use 'clang++' in tests, use '%clangxx'. ***"""))
+ (' clang\+\+ ', """*** Do not use 'clang++' in tests, use '%clangxx'. ***"""))
config.substitutions.append(
(' clang-cc ',
"""*** Do not use 'clang-cc' in tests, use '%clang_cc1'. ***""") )
OpenPOWER on IntegriCloud