[Openmp-commits] [openmp] [OpenMP][libomptarget][Fix]Require presence of libomptarget-debug (PR #75807)

Gheorghe-Teodor Bercea via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 18 07:03:27 PST 2023


https://github.com/doru1004 created https://github.com/llvm/llvm-project/pull/75807

Require presence of libomptarget-debug

>From 043c220a2a7049582c74030d470234f8b60646dd Mon Sep 17 00:00:00 2001
From: Doru Bercea <doru.bercea at amd.com>
Date: Mon, 18 Dec 2023 10:02:34 -0500
Subject: [PATCH] Require presence of libomptarget-debug.

---
 .../test/offloading/struct_mapping_with_pointers.cpp            | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
index cecafe4c584168..ae8fed97c46422 100644
--- a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
+++ b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
@@ -2,6 +2,8 @@
 // RUN: %libomptarget-compilexx-generic && env LIBOMPTARGET_DEBUG=1 %libomptarget-run-generic 2>&1 | %fcheck-generic
 // clang-format on
 
+// REQUIRES: libomptarget-debug
+
 #include <stdio.h>
 #include <stdlib.h>
 



More information about the Openmp-commits mailing list