aboutsummaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorjyu2-git <jennifer.yu@intel.com>2023-12-07 10:45:59 -0800
committerGitHub <noreply@github.com>2023-12-07 10:45:59 -0800
commit8e8bff3397c08252841b04fd4c91c7d120ea710a (patch)
treecb2f8ce870f4b4e12dd4dd09da6d4837fd7b90d0 /openmp
parentea8b95d0d52768f014ba7bb7be5abb7e00e69064 (diff)
downloadllvm-8e8bff3397c08252841b04fd4c91c7d120ea710a.zip
llvm-8e8bff3397c08252841b04fd4c91c7d120ea710a.tar.gz
llvm-8e8bff3397c08252841b04fd4c91c7d120ea710a.tar.bz2
Fix test. (#74745)
Just add // REQUIRES: libomptarget-debug So that test will not run with release compiler.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/test/offloading/target_map_for_member_data.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/libomptarget/test/offloading/target_map_for_member_data.cpp b/openmp/libomptarget/test/offloading/target_map_for_member_data.cpp
index 812ede6..7fba71b 100644
--- a/openmp/libomptarget/test/offloading/target_map_for_member_data.cpp
+++ b/openmp/libomptarget/test/offloading/target_map_for_member_data.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
+
struct DataTy {
float a;
float b[3];