This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] ppc64le recognized as big-endian
ClosedPublic

Authored by grokos on Aug 17 2016, 2:11 PM.

Details

Summary

There is a bug in CMakeLists which causes powerpc64le systems to be recognized as big-endian. This patch fixes the issue.

Diff Detail

Repository
rL LLVM

Event Timeline

grokos updated this revision to Diff 68421.Aug 17 2016, 2:11 PM
grokos retitled this revision from to [OPENMP] ppc64le recognized as big-endian.
grokos updated this object.
grokos set the repository for this revision to rL LLVM.
grokos added a subscriber: openmp-commits.
jlpeyton accepted this revision.Aug 17 2016, 2:46 PM
jlpeyton edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 17 2016, 2:46 PM
This revision was automatically updated to reflect the committed changes.