]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Sema/lit.local.cfg
Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / Sema / lit.local.cfg
1 config.substitutions = list(config.substitutions)
2 config.substitutions.insert(0,
3     (r'%clang\b',
4      """*** Do not use the driver in Sema tests. ***""") )