[PATCH] D18190: [ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are used against preemptible symbol when linking shared object.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 08:21:38 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D18190#376416, @ruiu wrote:

> Why do you have to use 3.3?


:) I would be happy not to do that. But that exact testcase use it (llvm33-rela-outside-group.s) :

**// Input file generated with:
// llvm33/llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %S/Inputs/llvm33-rela-outside-group.o**

Please look at r259831 commit text, it has explanations for the need of use of llvm 3.3 for that test.


http://reviews.llvm.org/D18190





More information about the llvm-commits mailing list