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

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 14:46:29 PST 2019


compnerd added a comment.

Did we not address the PPC related checks earlier?  IIRC, the problem was that gcc does not define `__PPC__` but does define `__ppc__`.  The problem with `std::call_once` was not related to endian, so why not extend the condition on L32 to include `__PPC__`?


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