[LLVMdev] llvm 2.3 + gcc-4.3?

Török Edwin edwintorok at gmail.com
Fri Jul 4 09:36:50 PDT 2008


Neal Becker wrote:
> In release notes for llvm-2.3 it says 
> LLVM now builds with GCC 4.3.
>
> How can I try this?
>   

When configuring llvm, explicitly set the compiler to use:
$ ./configure CC=gcc-4.3 CXX=g++-4.3

Or if your system default is already gcc 4.3, then doing just a regular
configure would use that.

Best regards,
--Edwin



More information about the llvm-dev mailing list