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

Brad Smith via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 3 15:45:42 PST 2024


================
@@ -108,7 +108,11 @@ else()
     # Unix specific files
     libomp_append(LIBOMP_CXXFILES z_Linux_util.cpp)
     libomp_append(LIBOMP_CXXFILES kmp_gsupport.cpp)
-    libomp_append(LIBOMP_GNUASMFILES z_Linux_asm.S) # Unix assembly file
+    if(${CMAKE_SYSTEM_NAME} MATCHES "AIX")
+      libomp_append(LIBOMP_GNUASMFILES z_AIX_asm.S) # AIX assembly file
----------------
brad0 wrote:

@shiltian It says in the description that that portion would be added in a separate PR.

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


More information about the Openmp-commits mailing list