[PATCH] D93917: [PowerPC] powerpcle target 4/5

Brandon Bergren via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 13:49:32 PST 2020


Bdragon28 created this revision.
Herald added subscribers: shchenz, hiraditya, nemanjai.
Bdragon28 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Splitting D92445 <https://reviews.llvm.org/D92445>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93917

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/lib/Frontend/OpenMP/OMPContext.cpp


Index: llvm/lib/Frontend/OpenMP/OMPContext.cpp
===================================================================
--- llvm/lib/Frontend/OpenMP/OMPContext.cpp
+++ llvm/lib/Frontend/OpenMP/OMPContext.cpp
@@ -40,6 +40,7 @@
   case Triple::mips64:
   case Triple::mips64el:
   case Triple::ppc:
+  case Triple::ppcle:
   case Triple::ppc64:
   case Triple::ppc64le:
   case Triple::x86:
Index: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
===================================================================
--- llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
+++ llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
@@ -1033,6 +1033,7 @@
 __OMP_TRAIT_PROPERTY(device, arch, aarch64_be)
 __OMP_TRAIT_PROPERTY(device, arch, aarch64_32)
 __OMP_TRAIT_PROPERTY(device, arch, ppc)
+__OMP_TRAIT_PROPERTY(device, arch, ppcle)
 __OMP_TRAIT_PROPERTY(device, arch, ppc64)
 __OMP_TRAIT_PROPERTY(device, arch, ppc64le)
 __OMP_TRAIT_PROPERTY(device, arch, x86)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93917.314008.patch
Type: text/x-patch
Size: 939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201229/9422060c/attachment.bin>


More information about the llvm-commits mailing list