[PATCH] D18661: lld: accept and ignore _fbsd suffix in emulation name

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 12:33:33 PDT 2016


emaste added a comment.

In http://reviews.llvm.org/D18661#388529, @ruiu wrote:

> Just curious. Do you know the meaining of "_fbsd" suffix in other linkers?


As far as I can tell it just sets the OS/ABI to FreeBSD. In practice all input ELF objects I've seen have the OS/ABI set already and lld just passes it through, so no special treatment is necessary.


http://reviews.llvm.org/D18661





More information about the llvm-commits mailing list