aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaOpenCL/lit.local.cfg
blob: baf1b39ef238cdcd92c63c69a8417902494f45d3 (plain)
1
2
3
4
config.substitutions = list(config.substitutions)
config.substitutions.insert(
    0, (r"%clang\b", """*** Do not use the driver in Sema tests. ***""")
)