[cfe-dev] Clang should natively support fortran
Joerg Sonnenberger via cfe-dev
cfe-dev at lists.llvm.org
Wed Jun 22 14:40:40 PDT 2016
On Wed, Jun 22, 2016 at 02:06:26PM -0700, Yuri via cfe-dev wrote:
> Since C++ code built with gcc and clang can't be mixed...
This is FUD. You can certainly mix compiled C++ between GCC and Clang as
long as you use a consistent STL implementation and avoid versions of
GCC that are no longer compatible with the Itanium ABI (aka using the
cxxabi crap).
Joerg
More information about the cfe-dev
mailing list