[PATCH] D18190: [ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are used against preemptible symbol when linking shared object.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 08:29:27 PDT 2016
ruiu added a comment.
Ah, gotcha. So this change would break the existing test for r259831 because it would now fail because of "recompile with -fPIC" error, so you had to update it.
But you don't have to update the binary. Remove "-shared" from llvm33-rela-outside-group.s.
http://reviews.llvm.org/D18190
More information about the llvm-commits
mailing list