LLVM & Mozilla

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!

Anton!

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

Reid.