[PATCH] D56382: Change llvm call once check for building Swift for PowerPC(ppc64le)

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 06:57:51 PDT 2019


jsji added a comment.

@sarveshtamba As the author mentioned, yes, this has been upstreamed.

Note that this patch was actually splitted into two commits, 
the first one in https://reviews.llvm.org/rL348970 for the `__PPC__` macro,
the second one in https://reviews.llvm.org/rL354045.

However, looks like swift-llvm did not sync the repo timely( or correctly),
So it only contains rL348970 <https://reviews.llvm.org/rL348970> for now.

You'll either have to wait, or contact maintainer of swift-llvm to report the sync issue.


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