Skip to content

Commit

Permalink
[OpenMP][libomptarget][Fix]Require presence of libomptarget-debug for…
Browse files Browse the repository at this point in the history
… newly added test (#75807)

Require presence of libomptarget-debug fixes #75642
  • Loading branch information
doru1004 committed Dec 18, 2023
1 parent a35629c commit cd1038a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit cd1038a

Please sign in to comment.