search for: cb2e9a67

Displaying 1 result from an estimated 1 matches for "cb2e9a67".

2008 Feb 15
3
[LLVMdev] llvm-gcc is generating native code
Hello, I downloaded llvm-gcc4.2-2.2.source.tar.gz and followed instructions in README.LLVM, I used this to configure it: ../configure --prefix=/opt/llvm --enable-threads --disable-nls --enable-languages=c,c++ --enable-sjlj-exceptions --enable-llvm=/home/kashyapa/llvm-2.2 --program-prefix=llvm- --disable-bootstrap I have already installed llvm-2.2 in /opt/llvm. The compilation goes thru