[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
================
@@ -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")
----------------
kkwli wrote:
If we want to impose time limit for the lit tests, should the limit also apply to all platform?
https://github.com/llvm/llvm-project/pull/76841
More information about the Openmp-commits
mailing list