[llvm] [AIX][CMake] Disable `openmp` as LLVM_ENABLE_PROJECTS (PR #110152)

Daniel Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 17:22:34 PDT 2024


DanielCChen wrote:

> What is the reason? Usually `libomp` doesn't need to be in runtimes.

On AIX, building `openmp` as a LLVM project never worked. It failed due to some non-standard code in AIX header files. Even though we believe building `libomp` should always be part of the runtimes, we only disable it for AIX.

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


More information about the llvm-commits mailing list