[PATCH] D52013: Add support for powerpc64-*-linux-musl targets
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 21:26:38 PDT 2019
MaskRay added inline comments.
================
Comment at: lib/Target/PowerPC/PPCTargetMachine.cpp:202
case Triple::ppc64:
+ // musl uses ELFv2 ABI on both endians.
+ if (TT.getEnvironment() == Triple::Musl)
----------------
The code may have explained the intent well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52013/new/
https://reviews.llvm.org/D52013
More information about the llvm-commits
mailing list