[Openmp-commits] [llvm] [openmp] [OpenMP] Change build of OpenMP device runtime to be a separate runtime (PR #136729)

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Mon May 5 10:41:17 PDT 2025


jdoerfert wrote:

FWIW, this PR contains two conceptual changes, and my objection + comments have all been targeting one of them: the code move. 
Wrt. the second change, I support building the device runtimes per triple in a way that aligns more with cross-compiling other runtimes. I understand from @jhuber6 that he bundled them to avoid two cmake changes if both are merged, but that bundling is what, for now, stalls the second part.

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


More information about the Openmp-commits mailing list