This is an archive of the discontinued LLVM Phabricator instance.

[utils] Support -mtriple=powerpc64
ClosedPublic

Authored by MaskRay on Oct 22 2017, 12:16 AM.

Details

Summary

test/CodeGen/PowerPC/pr33093.ll uses both powerpc64 (big-endian) and powerpc64le while the former was unsupported.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Oct 22 2017, 12:16 AM
spatel accepted this revision.Oct 22 2017, 9:52 AM

LGTM.

This revision is now accepted and ready to land.Oct 22 2017, 9:52 AM
This revision was automatically updated to reflect the committed changes.