Displaying 2 results from an estimated 2 matches for "pr1513".
2007 Jun 18
4
[LLVMdev] bootstrap broken on linux x86_64
Hi Rafael,
Can you file a bugzilla report?
Thanks,
Evan
On Jun 13, 2007, at 4:39 PM, Rafael EspĂndola wrote:
> Using a little bit of gdb I was able to dump the .ll. It is attached.
>
> Running llvm-as on it produces:
>
> llvm-as: assembly parsed, but does not verify as correct!
> Attribute ZExt should only apply to Integer type!
> void (i64, i64, i8* sext , i8)*
2007 Jun 18
0
[LLVMdev] bootstrap broken on linux x86_64
> Can you file a bugzilla report?
Isn't this PR1513?
Ciao,
Duncan.
> Evan
> On Jun 13, 2007, at 4:39 PM, Rafael EspĂndola wrote:
>
> > Using a little bit of gdb I was able to dump the .ll. It is attached.
> >
> > Running llvm-as on it produces:
> >
> > llvm-as: assembly parsed, but does not verify as correc...