[PATCH] D55503: Change llvm call once check for building Swift for PowerPC(ppc64le)
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 12 12:29:39 PST 2018
nemanjai added a comment.
Yeah, as we discussed over IRC, all I was suggesting is that there is a difference when we choose one over the other with this patch. But I don't think we really care about endianness here, so we might want to just change this to `defined(__ppc__) || defined(__PPC__)` so we always define `LLVM_THREADING_USE_STD_CALL_ONCE` the same way on all PPC platforms.
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