[llvm] r230979 - [PS4] Correct relocation for DWARF TLS references.

Ed Maste emaste at freebsd.org
Tue Mar 3 12:59:31 PST 2015


On 3 March 2015 at 15:30, Eric Christopher <echristo at gmail.com> wrote:
>
> I assume it was more of a "if it's elf it's linux" when the support was
> added and no one bothered to add or check for non-darwin bsd.

Oh, it became Linux-only due to PR16493. The original change
introduced a crash on PPC, and to avoid that was made x86-Linux-only,
not x86-only. I suppose this instance is a bit of a special case;
after introducing a crash I can see why there would be a desire to
limit the potential impact in the follow-on change.



More information about the llvm-commits mailing list