[llvm-commits] [PATCH] Thumb2 cond/uncond branch fixup for ELF

Tim Northover t.p.northover at gmail.com
Wed Aug 29 02:59:29 PDT 2012


Hi Logan,

>   It seems that ARMELFObjectWriter is not translating fixup_t2_condbranch
> and fixup_t2_uncondbranch into R_ARM_THM_JUMP24.  As a result, "llc"
> can not compile following code correctly with integrated assembler.  I hope
> these patches can fix this issue.  Please review.  Thanks!

The results look good to me, but I'm a little confused about the
duplication for both IsPCRel and !IsPCRel. Shouldn't these fixups
always be PC-relative?

Tim.



More information about the llvm-commits mailing list