[PATCH] D28898: [ELF] - Allow emulation to be different from input objects target.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 14:47:05 PST 2017


Rui Ueyama <ruiu at google.com> writes:

> That makes much more sense than what I was thinking. There's one thing
> that's not clear to me, though. We have code to handle "_fbsd" prefix and
> do something for FreeBSD. We still need that, no?

I think so. We should still parse -m to reject " -m foo" and get the
_fbsd bit from it.

Cheers,
Rafael


More information about the llvm-commits mailing list