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