[lld] r249588 - [ELF2] - fix to use PLT/GOT for DSO function calls (X86TargetInfo)

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 13:47:08 PDT 2015


> -// CHECK-NEXT:   12019:  e8 00 00 00 00  calll  0
> +// CHECK-NEXT:   12019:  e8 16 00 00 00 calll 22

Please add a comment explaining why 22 is the correct answer. See the
change to relocation.s in r248854 for example.

Cheers,
Rafael


More information about the llvm-commits mailing list