[clang] [openmp] [OpenMP] Fix runtime problem due to wrong map size. (PR #74692)

2023-12-07 Thread via cfe-commits
jyu2-git wrote: Hi Jan Patrick, Thanks for analyzing. It seems I need add: // REQUIRES: libomptarget-debug In my new test. I am trying to get git to work for me… From: Jan Patrick Lehr ***@***.***> Sent: Thursday, December 07, 2023 10:02 AM To: llvm/llvm-project ***@***.***> Cc: Yu, Jennifer

[clang] [openmp] [OpenMP] Fix runtime problem due to wrong map size. (PR #74692)

2023-12-07 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: The issue comes from the bot building without setting CMake option `-DLIBOMPTARGET_ENABLE_DEBUG=ON`. This makes the environment variable `LIBOMPTARGET_DEBUG=1` have no effect in the test, i.e., no output for FileCheck to test. https://github.com/llvm/llvm-project/pull/74692

[clang] [openmp] [OpenMP] Fix runtime problem due to wrong map size. (PR #74692)

2023-12-07 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: I'm looking into it locally https://github.com/llvm/llvm-project/pull/74692 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits