[llvm] [AIX] Add -pthread to build on AIX (PR #129108)
David Tenty via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 08:55:51 PDT 2025
================
@@ -1182,6 +1182,7 @@ endif()
if (UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "AIX")
add_compile_definitions(_XOPEN_SOURCE=700)
add_compile_definitions(_LARGE_FILE_API)
+ add_compile_options(-pthread)
----------------
daltenty wrote:
note: We looked into this, it wasn't effective unfortunately
https://github.com/llvm/llvm-project/pull/129108
More information about the llvm-commits
mailing list