[PATCH] D56382: Change llvm call once check for building Swift for PowerPC(ppc64le)
Sarvesh Tamba via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 16 01:23:46 PST 2019
sarveshtamba added a comment.
Hi @compnerd
In https://reviews.llvm.org/D55503, we had extended the condition to include __PPC__.
However, the check required to build LLVM on PPC64LE was missed in SVN r348970.
Hence as requested by @nemanjai in review request D55503 <https://reviews.llvm.org/D55503>, I have raised this new review request D56382 <https://reviews.llvm.org/D56382>. I have also extended the condition to include PPC by submitting an additional diff to this new review request D56382 <https://reviews.llvm.org/D56382>.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56382/new/
https://reviews.llvm.org/D56382
More information about the llvm-commits
mailing list