[Openmp-commits] [openmp] [OpenMP] Allow building shared and static libomp together (PR #208721)
Mark Zhuang via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 10 06:32:50 PDT 2026
zqb-all wrote:
Currently, building the RISC-V cross-compilation toolchain requires two separate passes just [for OpenMP](https://github.com/riscv-collab/riscv-gnu-toolchain/blob/ebec93bed7ae4c99f47741fe3c607e7da89393c8/Makefile.in#L27-L74).
With this patch, we can simply add openmp to `LLVM_ENABLE_RUNTIMES`.
https://github.com/llvm/llvm-project/pull/208721
More information about the Openmp-commits
mailing list