[PATCH] D94461: [llvm-ifs] Add option to use InterfaceStub library

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 16:12:15 PST 2021


compnerd added a comment.

The full triple is needed in some cases: `armv7-unknown-linux-gnueabi` vs `armv7-unknown-linux-gnueabihf` vs `armv7-unknown-linux-eabihf` vs `armv7-unknown-linux-eabi` are all different.  Additionally, there is nothing that prevents you from doing something like: `armv7-unknown-linux-gnueabihf-coff` or `armv7-unknown-linux-gnueabihf-macho` to generate COFF or MachO object files that are reading in additional bits of ABI information and the libc from the target triple.  I really think that preserving the target triple is best.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94461/new/

https://reviews.llvm.org/D94461



More information about the llvm-commits mailing list