bolt/deps/llvm-18.1.8/clang/test/SemaCUDA/lit.local.cfg

5 lines
154 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
config.substitutions = list(config.substitutions)
config.substitutions.insert(
0, (r"%clang\b", """*** Do not use the driver in Sema tests. ***""")
)