[PATCH] D13835: [ELF2] - Implemented R_X86_64_PLT32 rellocation.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 18 22:13:17 PDT 2015
I think the bug is just that we produce unnecessary relocations:
callq atexit at PLT
atexit:
will create a dynamic relocation.
I will fix it early tomorrow.
On 18 October 2015 at 20:29, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
> The problem seems to be in the linking of lib64/libclang.so.3..
>
> On 18 October 2015 at 16:07, George Rimar <grimar at accesssoftek.com> wrote:
>> grimar added a comment.
>>
>> This looks to break self hosting for me. r250578 works fine, but this (r250584) leads to test fails during check-clang.
>>
>>
>> Repository:
>> rL LLVM
>>
>> http://reviews.llvm.org/D13835
>>
>>
>>
More information about the llvm-commits
mailing list