Skip to content

Commit 238a1ef

Browse files
committed
[test] Add x86-registered-target to amdgpu_throw_trap.cpp
1 parent b30c9c9 commit 238a1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/OpenMP/amdgpu_throw_trap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: amdgpu-registered-target
1+
// REQUIRES: amdgpu-registered-target, x86-registered-target
22

33
// RUN: %clang_cc1 -fopenmp -triple amdgcn-amd-amdhsa -fopenmp-is-target-device %s -emit-llvm -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 -emit-llvm -S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=HOST %s

0 commit comments

Comments
 (0)