[PATCH] D154357: [Driver] Recognize powerpc-unknown-eabi as a bare-metal toolchain
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 00:19:36 PDT 2023
MaskRay added a comment.
In D154357#4487896 <https://reviews.llvm.org/D154357#4487896>, @cwalther wrote:
> [...] There is a PowerPC EABI: https://www.nxp.com/docs/en/application-note/PPCEABI.pdf . I wouldn’t know if Clang/LLD obey it, but it works for us…
Good to know! I read a newer ABI named Power Architecture® 32-bit Application Binary Interface Supplement 1.0 - Linux® & Embedded which contains `EABI` as well but I forgot it after I implemented ld.lld PPC32 back in 2019 (D62464 <https://reviews.llvm.org/D62464> and a few others) :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154357/new/
https://reviews.llvm.org/D154357
More information about the cfe-commits
mailing list