[Openmp-commits] [openmp] [openmp][AIX]Initial changes for porting to AIX (PR #76841)
Xing Xue via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 3 12:44:34 PST 2024
================
@@ -55,6 +55,9 @@ if (${OPENMP_STANDALONE_BUILD})
if (MSVC OR XCODE)
set(DEFAULT_LIT_ARGS "${DEFAULT_LIT_ARGS} --no-progress-bar")
endif()
+ if (${CMAKE_SYSTEM_NAME} MATCHES "AIX")
----------------
xingxue-ibm wrote:
The time limit depends on the platform so I'd refrain from setting it for other platforms.
https://github.com/llvm/llvm-project/pull/76841
More information about the Openmp-commits
mailing list