[PATCH] D30699: [ELF] - Stop producing broken output for R_386_GOT32X relocation.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 04:33:57 PDT 2017


grimar added a comment.

I think head gold implementation is broken for what llvm-mc produces.
I reported an issue: https://sourceware.org/bugzilla/show_bug.cgi?id=21285 and suggest to wait for reply before doing anything for R_386_GOT32.

And at the same time, we still can land this patch first because it uses GNU as 2.27 and relies on released ABI and not on draft.


https://reviews.llvm.org/D30699





More information about the llvm-commits mailing list