[PATCH] D23126: lld: Add EM_IAMCU support

H.J Lu via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 11:25:52 PDT 2016


hjl.tools added a comment.

In https://reviews.llvm.org/D23126#504970, @ruiu wrote:

> LGTM


Please check it in for me.  Thanks.

> So this is this one right? https://groups.google.com/forum/#!topic/ia32-abi/cn7TM6J_TIg

> 

> Is this all you have to do to the linker ot support Intel MCU ABI?


That is correct.   In terms of linker, the only difference is EM_386 vs
EM_IAMCU.    But IAMCU psABI has a different calling convention.


Repository:
  rL LLVM

https://reviews.llvm.org/D23126





More information about the llvm-commits mailing list