[PATCH] D43383: [llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 17 04:49:06 PST 2018


>This changes the result of
>
>call foo at GOTPCREL
>
>The assembly looks like a copy and paste error, but if we can avoid
>changing that it would probably be better.
>
>Cheers,
>Rafael

Done. Now (with help of r325379) check-all pass !

George.


More information about the llvm-commits mailing list