[PATCH] D13055: [ELF2] Handle -m option

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 07:40:41 PDT 2015


On 22 September 2015 at 10:35, Denis Protivensky
<dprotivensky at accesssoftek.com> wrote:
> I did this so if the host is not x86-64 machine all the tests still pass.

The linker should *never* look at the host. It currently detects the
target based on the input files. It should still do that. In a way, -m
just another input file for the purpose of target detection.

Cheers,
Rafael


More information about the llvm-commits mailing list