llvm-project/clang/test/Syntax/lit.local.cfg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
226 B
INI
Raw Normal View History

cxx_bnf_file = os.path.join(config.clang_src_dir, 'lib', 'Tooling', 'Syntax',
'Pseudo', 'cxx.bnf')
config.substitutions.append(('%cxx-bnf-file',
'%s' % (cxx_bnf_file)))