Skip to content

Commit 3f1ff06

Browse files
author
git apple-llvm automerger
committed
Merge commit '9d49fe4eccfd' from llvm.org/main into next
2 parents a504c3c + 9d49fe4 commit 3f1ff06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: nvptx-registered-target
1+
// REQUIRES: nvptx-registered-target, x86-registered-target
22

33
// RUN: %clang_cc1 -fopenmp -triple nvptx64 -fopenmp-is-target-device %s -S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=DEVICE %s
44
// RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions %s -S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=HOST %s
@@ -8,6 +8,6 @@
88
// HOST-NOT: trap;
99
#pragma omp declare target
1010
void foo(void) {
11-
throw 404;
11+
throw 404;
1212
}
1313
#pragma omp end declare target

0 commit comments

Comments
 (0)