[PATCH] D108081: [ORC] Add Platform and runtime support for ELF-based platforms

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 15 14:11:30 PDT 2021


lhames added a comment.

In D108081#2945646 <https://reviews.llvm.org/D108081#2945646>, @MaskRay wrote:

> ELFNix is not used elsewhere. You may just call them ELF platforms.

The ELFNix name was my idea. Platform support, at least as it's currently designed, is bound to both the object format and the OS (or Posix, in this case). I haven't come up with a way to neatly disentangle those two things yet, and it may not be possible to do so. MachOPlatform should really be MachODarwinPlatform -- I may rename that soon. (They're so synonymous that the full name didn't occur to me when I was writing it).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108081



More information about the llvm-commits mailing list