This is an archive of the discontinued LLVM Phabricator instance.

[CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le" as PowerPC
ClosedPublic

Authored by loladiro on Jan 23 2019, 1:55 PM.

Details

Summary

This value is derived from the host triple, which on the machine
I'm currently using is ppc64le-linux-redhat. This change makes
LLVM compile.

Diff Detail

Repository
rL LLVM

Event Timeline

loladiro created this revision.Jan 23 2019, 1:55 PM
nemanjai accepted this revision.Mar 31 2019, 5:46 AM

This looks right. Thanks.

This revision is now accepted and ready to land.Mar 31 2019, 5:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2019, 5:46 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
This revision was automatically updated to reflect the committed changes.