[Openmp-commits] [openmp] cd1038a - [OpenMP][libomptarget][Fix]Require presence of libomptarget-debug for newly added test (#75807)
via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 18 07:07:57 PST 2023
Author: Gheorghe-Teodor Bercea
Date: 2023-12-18T10:07:52-05:00
New Revision: cd1038a46a337042da7685973332481eb9c37707
URL: https://github.com/llvm/llvm-project/commit/cd1038a46a337042da7685973332481eb9c37707
DIFF: https://github.com/llvm/llvm-project/commit/cd1038a46a337042da7685973332481eb9c37707.diff
LOG: [OpenMP][libomptarget][Fix]Require presence of libomptarget-debug for newly added test (#75807)
Require presence of libomptarget-debug fixes https://github.com/llvm/llvm-project/pull/75642
Added:
Modified:
openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
Removed:
################################################################################
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