search for: 9c5118ac

Displaying 2 results from an estimated 2 matches for "9c5118ac".

2007 Jul 16
0
[LLVMdev] Problem compiling llvm-gcc
...nd i also have no idea if this is the right way to fix the problem. Hope that helps, Marco -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: llvm-LCSSA-segfault-fix.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070716/9c5118ac/attachment.ksh>
2007 Jul 14
5
[LLVMdev] Problem compiling llvm-gcc
I compiled LLVM with this script: ----------------------------- #!/bin/sh PATH=/usr/lib/cache:$PATH cd llvm test -f Makefile.config || ../llvm/configure \ --prefix=/usr/src/llvm/dist \ --enable-optimized \ make make install ---------------------------- The I've got llvm-gcc 4.01 via subversion URL svn://anonsvn.opensource.apple.com/svn/llvm and tried to compile