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

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Sat Aug 2 06:13:52 PDT 2025


jhuber6 wrote:

> Well, after wasting an hour on this, I've only rediscovered that I've already tried it over a year ago, and unsurpisingly, runtimes build is still completely broken since it still adds `-nostdlib++` to the C compiler: #90332.

Is this for `libomp`? This only affects the GPU build. That bug you linked sounds weird, I'm guessing we add that to the required flags for flag detection?

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


More information about the Openmp-commits mailing list