[CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le" as PowerPC
authorKeno Fischer <keno@alumni.harvard.edu>
Thu, 25 Apr 2019 21:28:03 +0000 (21:28 +0000)
committerKeno Fischer <keno@alumni.harvard.edu>
Thu, 25 Apr 2019 21:28:03 +0000 (21:28 +0000)
commite008be2b0723f982cb53c4f9af3e97d608e001bc
tree2e3d01f036fcfe139dd6c4c5186b61e02368486a
parentcef8481af0133b123509ff3c27b5d6cef586d258
[CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le" as PowerPC

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.

Reviewers: nemanjai
Differential Revision: https://reviews.llvm.org/D57118

llvm-svn: 359242
llvm/cmake/config-ix.cmake