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!