[Openmp-commits] [openmp] [OpenMP][omptest] Improve CMake and address review comments (PR #159416)
David Spickett via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 1 06:08:41 PDT 2025
DavidSpickett wrote:
The cmake command I'm using:
```
cmake -DLLVM_TARGETS_TO_BUILD=AArch64 -DCMAKE_CXX_STANDARD=17 -DLLVM_ENABLE_WERROR=OFF -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_LIBCXX=ON -DCMAKE_BUILD_TYPE=Release '-DLLVM_ENABLE_PROJECTS=llvm;clang' '-DLLVM_ENABLE_RUNTIMES=openmp;compiler-rt' -DCMAKE_INSTALL_PREFIX=../install '-DLLVM_LIT_ARGS=-v -vv' -GNinja ../llvm-project/llvm -DLLVM_ENABLE_LLD=ON
```
Perhaps it's having it as a runtime that creates the problem but I expect that's the default now.
https://github.com/llvm/llvm-project/pull/159416
More information about the Openmp-commits
mailing list