Disallow driver use in more Sema tests

There are now only a handful of Sema tests remaining that use %clang in
SemaCXX, SemaObjC and SemaTemplate.

llvm-svn: 206688
This commit is contained in:
Alp Toker 2014-04-19 19:07:31 +00:00
parent 8ee5b01f34
commit 07508405f4
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
config.substitutions = list(config.substitutions)
config.substitutions.insert(0,
(r'%clang\b',
"""*** Do not use the driver in Sema tests. ***""") )

View File

@ -0,0 +1,4 @@
config.substitutions = list(config.substitutions)
config.substitutions.insert(0,
(r'%clang\b',
"""*** Do not use the driver in Sema tests. ***""") )

View File

@ -0,0 +1,4 @@
config.substitutions = list(config.substitutions)
config.substitutions.insert(0,
(r'%clang\b',
"""*** Do not use the driver in Sema tests. ***""") )