[PATCH] D156399: [Orc] Enable ELFNixPlatform support for ppc64le
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 00:49:27 PDT 2023
qiucf added inline comments.
================
Comment at: llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp:252
case Triple::aarch64:
+ case Triple::ppc64le:
return true;
----------------
`ppc64` was also changed in above file, but only `ppc64le` 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