[cfe-commits] [RFC and PATCH] Fortran
Joerg Sonnenberger
joerg at britannica.bec.de
Fri May 4 10:35:21 PDT 2012
On Fri, May 04, 2012 at 07:21:03PM +0200, Matthieu Monrocq wrote:
> One minor nit: I can certainly understand reusing the lexer/preprocessor if
> it is nearly identical and the tooling mechanism just added by Manuel
> because it's a great infrastructure, however on the other hand I am not
> sure about the driver itself...
There is a certain amount of expectation from gcc that
clang -O2 -c hello.F
does something sane. Other than that and possible integration with a
future fork-free clang driver, it is mostly standalone.
Joerg
More information about the cfe-commits
mailing list