[LLVMdev] building cross llvm-gcc for new target
Mike Stump
mrs at apple.com
Thu May 1 15:20:11 PDT 2008
On Apr 30, 2008, at 11:19 PM, james woodyatt wrote:
>> $TMPFILE:66: Error: internal_relocation (type: OFFSET_IMM) not
>> fixed up
You need to run the compile with -save-temps and then look at the .s
file. If you like it, it is an assembler bug. If you don't like it,
it is a bug in the compiler. If you don't know if you like it, as
your assembler vendor (binutils) if it is valid.
Off hand I'd say that you had an immediate offset that didn't resolve
to something that is valid.
More information about the llvm-dev
mailing list