forked from OSchip/llvm-project
5 lines
225 B
INI
5 lines
225 B
INI
|
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')))
|