File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,13 @@ endif()
117
117
# This allows an easy way of setting up a build directory for llvm and another
118
118
# one for llvm+clang+... using the same sources.
119
119
set (LLVM_ALL_PROJECTS "bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly;pstl" )
120
+ if (${CMAKE_SYSTEM_NAME} MATCHES "AIX" )
121
+ # Disallow 'openmp' as a LLVM PROJECT on AIX as the supported way is to use
122
+ # LLVM_ENABLE_RUNTIMES.
123
+ list (REMOVE_ITEM LLVM_ALL_PROJECTS openmp )
124
+ endif ()
125
+
126
+ # The flang project is not yet part of "all" projects (see C++ requirements)
120
127
# The flang project is not yet part of "all" projects (see C++ requirements)
121
128
set (LLVM_EXTRA_PROJECTS "flang" )
122
129
# List of all known projects in the mono repo
You can’t perform that action at this time.
0 commit comments