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

7 lines
231 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
config.substitutions = list(config.substitutions)
# Enable substituting Clang Sema source directory for TableGen input.
config.substitutions.append(
("%clang_src_sema_dir", os.path.join(config.clang_src_dir, "lib", "Sema"))
)