[PATCH] D156399: [Orc] Enable ELFNixPlatform support for ppc64le

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 00:56:46 PDT 2023


lkail added inline comments.


================
Comment at: llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp:252
   case Triple::aarch64:
+  case Triple::ppc64le:
     return true;
----------------
qiucf wrote:
> `ppc64` was also changed in above file, but only `ppc64le` here?
Since llvm-jitlink for ppc64 hasn't been well tested yet, I'd rather not enable runtime support for it right now. Will add comment here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156399



More information about the llvm-commits mailing list