[Openmp-commits] [llvm] [openmp] [OpenMP][Offload] Add `LIBOMPTARGET_TREAT_ATTACH_AUTO_AS_ALWAYS` to treat `attach(auto)` as `attach(always)`. (PR #172382)
Alex Duran via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 18 05:04:48 PST 2025
adurang wrote:
> Are those DEBUG messages printed in a `Release` build? If not, I think the test requires to be limited to debug builds.
Debug messages should only be printed when with debug enabled (either Debug build or with LIBOMPTARGET_ENABLE_DEBUG=ON)
https://github.com/llvm/llvm-project/pull/172382
More information about the Openmp-commits
mailing list