[LLVMdev] GCC 4.1.2 + LLVM 3.4

Tim Northover t.p.northover at gmail.com
Fri May 2 06:22:53 PDT 2014


Hi Bo,

> Is there anybody tried to build the latest LLVM 3.4 by GCC 4.1.2 ?

Afraid I can't help here (I've no idea if LLVM 3.4 should be
compilable with that GCC), but I should warn you:

> Sorry that 4.1.2 is really the ancient version but for my application there
> is the C++ ABI problem so that for maximal compatibility I have to use GCC
> 4.1.2 .

LLVM 3.5 is going to require at least GCC 4.7 since we're using C++11
now. Unless you intend to freeze your LLVM, you may want to rethink
upgrading.

Cheers.

Tim.



More information about the llvm-dev mailing list