[Openmp-commits] [llvm] [openmp] [OpenMP] Change build of OpenMP device runtime to be a separate runtime (PR #136729)
Michał Górny via Openmp-commits
openmp-commits at lists.llvm.org
Sun Aug 3 07:09:21 PDT 2025
mgorny wrote:
I wonder if we could change that logic to only add these flags if checks actually fail, i.e. presumably when we are missing the standard C++ library. We could even go as far as to:
1. Try a check without the flags.
2. If it fails, try adding the flags and try again.
3. If it still fails, error out instead of trying to proceed with broken check results.
https://github.com/llvm/llvm-project/pull/136729
More information about the Openmp-commits
mailing list