[PATCH] D24060: [lld][ELF] Add support for -b binary

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 12:22:28 PDT 2016


On 8 September 2016 at 14:38, Michael Spencer <bigcheesegs at gmail.com> wrote:
>
> Dealing with this was going to be the next thing. But if FreeBSD is willing
> to change to add -m that makes everything easier.

I have a FreeBSD review open to add -m: https://reviews.freebsd.org/D7837.

In FreeBSD we've been moving to always passing --sysroot, --target,
etc., so that we can build the toolchain once and reuse it for all of
the supported targets. Even if lld does gain a configure-time default
I'd still want to go with my -m change and not depend on building
separate per-output-target versions of the linker. I'm still waiting
on others in FreeBSD to review my change, though.


More information about the llvm-commits mailing list