[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:02:42 PDT 2016
grimar added a comment.
In http://reviews.llvm.org/D18190#376414, @ruiu wrote:
> From the source code
> https://llvm.org/svn/llvm-project/llvm/trunk/tools/llvm-mc/llvm-mc.cpp, it
> looks like it has the -relocation-model flag.
I am not sure what you mean here. That test was created because it used something that llvm **3.3** llvm-mc generated. We still need to use **3.3** then here, doesn't we ? No matter what command line it has.
http://reviews.llvm.org/D18190
More information about the llvm-commits
mailing list