[LLVMdev] LLVM & Mozilla

Reid Spencer rspencer at reidspencer.com
Fri Feb 2 17:08:42 PST 2007


Anton!

That's fantastic. That's a real benchmark for LLVM. I assume that it
also works okay when compiled under LLVM?

Reid.

On Sat, 2007-02-03 at 02:19 +0300, Anton Korobeynikov wrote:
> Hello Everyone.
> 
> With the help of recent regparm/inreg patches (landed week ago) LLVM was
> able able to build recent Mozilla/Seamonkey distribution.
> 
> The target system in question was x86-32/Linux. Seamonkey suite 1.07 was
> built.
> 
> Instructions:
> 
> 1. Configure with CXXFLAGS="-D__NO_MATH_INLINES"
> CFLAGS="-D__NO_MATH_INLINES" CC=<your llvm-gcc> CXX=<your llvm-g++>
> 
> 2. Make as usual.
> 
> No additional patching is needed.
> 
> Have fun!




More information about the llvm-dev mailing list