Displaying 2 results from an estimated 2 matches for "84c835".
2016 Sep 07
2
[PowerPC] Recent branch too far breakage
I'm using a recent revision of TOT (280704) to build clang/LLVM for
PowerPC64 little endian. I'm getting an assembler error when building
PPCInstPrinter.cpp:
The error is:
/tmp/PPCInstPrinter-84c835.s: Assembler messages:
/tmp/PPCInstPrinter-84c835.s:7671: Error: operand out of range
(0x0000000000008004 is not between 0xffffffffffff8000 and
0x0000000000007ffc)
The offending line is the bne branch in this snippet:
.LBB24_787:
ld 3, 16(29)
ld 4, 24(29)
sub 4,...
2016 Sep 07
2
[PowerPC] Recent branch too far breakage
...eakage
> >
> > I'm using a recent revision of TOT (280704) to build clang/LLVM for
> > PowerPC64 little endian. I'm getting an assembler error when
> > building
> > PPCInstPrinter.cpp:
> >
> > The error is:
> >
> > /tmp/PPCInstPrinter-84c835.s: Assembler messages:
> > /tmp/PPCInstPrinter-84c835.s:7671: Error: operand out of range
> > (0x0000000000008004 is not between 0xffffffffffff8000 and
> > 0x0000000000007ffc)
> >
> > The offending line is the bne branch in this snippet:
> >
> > .LBB24_78...