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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 21 15:57:21 PST 2017


ruiu added a comment.

I found that arch/x86/realmode/rm/realmode.lds.S has an OUTPUT_FORMAT directive, which is ignored by LLD at the moment. Isn't this the cause of the problem?


https://reviews.llvm.org/D28898





More information about the llvm-commits mailing list