[Openmp-commits] [openmp] [openmp][AIX]Initial changes for porting to AIX (PR #76841)

Kelvin Li via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 3 12:33:43 PST 2024


================
@@ -203,6 +211,8 @@ elseif("${LIBOMP_ARCH}" STREQUAL "s390x") # S390x (Z) architecture
     set(S390X TRUE)
 elseif("${LIBOMP_ARCH}" STREQUAL "wasm32") # WebAssembly architecture
     set(WASM TRUE)
+elseif("${LIBOMP_ARCH}" STREQUAL "ppc") # PPC32 architecture
----------------
kkwli wrote:

Nit: Move this closer to line 191

https://github.com/llvm/llvm-project/pull/76841


More information about the Openmp-commits mailing list