xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/lit.local.cfg (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambucconfig.suffixes = ['.c', '.cpp', '.h', '.m', '.mm', '.S', '.s', '.f90', '.f95']
2*f4a2713aSLionel Sambucconfig.substitutions = list(config.substitutions)
3*f4a2713aSLionel Sambucconfig.substitutions.insert(0,
4*f4a2713aSLionel Sambuc    ('%clang_cc1',
5*f4a2713aSLionel Sambuc     """*** Do not use 'clang -cc1' in Driver tests. ***""") )
6