search for: 613939b3

Displaying 3 results from an estimated 3 matches for "613939b3".

Did you mean: 139393
2007 Aug 29
0
[LLVMdev] RFC: Patch for Exceptions
...tached .ll file. Please use -march=ppc and/or ppc64. Thanks! -bw -------------- next part -------------- A non-text attachment was scrubbed... Name: unwind-dw2.s.gz Type: application/x-gzip Size: 19647 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070829/613939b3/attachment.bin>
2007 Aug 29
1
[LLVMdev] RFC: Patch for Exceptions
Hello, Bill > It may be my lack of understanding, but it appears that having -- > enable-eh set during compilation of llvm-gcc is causing extra files > to be compiled. Oh, no. They are always compiled. > They do. However, it doesn't seem to stop it from failing during > compilation of unwind-dw2.c for libgcc -- it has > "__builtin_eh_return" in it. During
2007 Aug 29
4
[LLVMdev] RFC: Patch for Exceptions
Hi all, This is a (very) rough patch to fix building LLVM with exceptions on PPC Darwin. Basically, it puts the burden of adding the "--enable-eh" on the specific target, which is where I think it should go. If this is okay, then I can clean the patch up and submit it. -bw Index: gcc/llvm-backend.cpp =================================================================== ---