[LLVMdev] RFC: Patch for Exceptions

Bill Wendling isanbard at gmail.com
Wed Aug 29 11:03:53 PDT 2007


On 8/29/07, Anton Korobeynikov <asl at math.spbu.ru> wrote:
> 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 4-way FAT PPC compilation, it
> > tries to compile this file and fails during the LowerOperation
> > function. Turning --enable-eh off makes the error go away.
> Could you please send me .bc, which fails? I'll try to figure out, what
> is going wrong.
>
Here's the attached .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>


More information about the llvm-dev mailing list