diff options
-rw-r--r-- | libgomp/testsuite/libgomp.c/target-43.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgomp/testsuite/libgomp.c/target-43.c b/libgomp/testsuite/libgomp.c/target-43.c index 46b1cfc..028e912 100644 --- a/libgomp/testsuite/libgomp.c/target-43.c +++ b/libgomp/testsuite/libgomp.c/target-43.c @@ -1,4 +1,6 @@ /* { dg-do run } */ +/* { dg-additional-options "-foffload-options=nvptx-none=-latomic" { target { offload_target_nvptx } } } */ + #include <stdlib.h> #define N 32 |