Author: Arthur Eubanks Date: 2023-09-11T14:30:12-07:00 New Revision: 238a1ef44f4f2361205e538b3cb7ebc5ec70894d
URL: https://github.com/llvm/llvm-project/commit/238a1ef44f4f2361205e538b3cb7ebc5ec70894d DIFF: https://github.com/llvm/llvm-project/commit/238a1ef44f4f2361205e538b3cb7ebc5ec70894d.diff LOG: [test] Add x86-registered-target to amdgpu_throw_trap.cpp Added: Modified: clang/test/OpenMP/amdgpu_throw_trap.cpp Removed: ################################################################################ diff --git a/clang/test/OpenMP/amdgpu_throw_trap.cpp b/clang/test/OpenMP/amdgpu_throw_trap.cpp index f1152f78bec1920..82b325275ac3885 100644 --- a/clang/test/OpenMP/amdgpu_throw_trap.cpp +++ b/clang/test/OpenMP/amdgpu_throw_trap.cpp @@ -1,4 +1,4 @@ -// REQUIRES: amdgpu-registered-target +// REQUIRES: amdgpu-registered-target, x86-registered-target // 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 // 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits