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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 08:01:08 PST 2017


>> Sorry, I was referring to whoever wrote the code in Linux using a
>> mismatched .o and -m. If it is just an oversight he might be willing to
>> change it. If there is a reason then we would know what the use case is.
>
>We can ignore the mismatching and drop mips-n32-emul.s test case, but
>if and when we parse emulation we have to setup Config->MipsN32Abi
>because N32 ABI cannot be inferred from EKind, Machine, and OSABI
>flags.
>
->-
>Simon Atanasyan

Yes, latest mips-n32-emul.s already do that.
I did not mean to remove Config->MipsN32Abi, 
just forgot that already removed that testcase in latest
diff because looked at wrong code folder.

Sorry for confusion :)

George.


More information about the llvm-commits mailing list