Files
clang-p2996/clang/test/SemaOpenCL/lit.local.cfg
Alp Toker 07508405f4 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
2014-04-19 19:07:31 +00:00

5 lines
158 B
INI

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