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

via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 10:10:14 PST 2023


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 ***@***.***>; State change ***@***.***>
Subject: Re: [llvm/llvm-project] [OpenMP] Fix runtime problem due to wrong map size. (PR #74692)


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.

—
Reply to this email directly, view it on GitHub<https://github.com/llvm/llvm-project/pull/74692#issuecomment-1845855857>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMSGDITPICOMF462H647TBTYIIABLAVCNFSM6AAAAABAKMOQ36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBVHA2TKOBVG4>.
You are receiving this because you modified the open/close state.Message ID: ***@***.******@***.***>>


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


More information about the cfe-commits mailing list