This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
f8d6c690c5
llvm-project
/
clang
/
test
/
Driver
/
lit.local.cfg
2 lines
80 B
INI
Raw
Normal View
History
Unescape
Escape
Add support to the Clang driver for forwarding all of gfortran's flags to GCC when asked to compile a fortran input. This fixes a regression with essentially every Fortran compile since we started rejecting unknown flags. Also moves a mis-classified gfortran flag into the nicely documented set. llvm-svn: 192867
2013-10-17 11:28:24 +08:00
config.suffixes
=
['.c', '.cpp', '.h', '.m', '.mm', '.S', '.s', '.f90', '.f95']