[PATCH] D55503: Change llvm call once check for building Swift for PowerPC(ppc64le)
Sarvesh Tamba via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 05:22:46 PST 2018
sarveshtamba added a comment.
The Swift 5.0 toolchain on PowerPC64LE also works fine if we remove the "defined(ppc)" check altogether in the original code i.e keep only "!(defined(__NetBSD__) || defined(__OpenBSD__)))".
Would that affect other PPC platforms (32/64 and BE/LE PPC other than PowerPC64LE)?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55503/new/
https://reviews.llvm.org/D55503
More information about the llvm-commits
mailing list