[lld] r272305 - Use errorDynRel like every other target.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 14:15:09 PDT 2016


>> So can we just change the text "relocation XXX cannot be used when making a
>> shared object; recompile with -fPIC."
>>
>> to "cannot be used against shared object; recompile with -fPIC." in
>> errorDynRel() ?
>>
>>
>> For x64 that should work I think. Not sure if there another reasons to error
>> out particular relocation except
>
>I think that wording is an improvement. LGTM.

Ok, I`ll make that change tomorrow, thanks !
Not sure what is better "against shared object" or "against shared symbol",
for me the sence is close here. I`ll use the word "object" then since it seems ok here too.

>Thanks,
>Rafael

George.



More information about the llvm-commits mailing list