Skip to content

Commit 099e794

Browse files
The XFAIL tests are specific to the old OpenMP offloading model, which was removed.
1 parent b56d4f2 commit 099e794

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

clang/test/Driver/amdgpu-openmp-system-arch.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// The test marked as XFAIL as a specific one to the old OpenMP offloading model, which was removed.
2+
// XFAIL: *
13
// REQUIRES: system-linux
24
// REQUIRES: x86-registered-target
35
// REQUIRES: amdgpu-registered-target

clang/test/Driver/amdgpu-openmp-toolchain.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// The test marked as XFAIL as a specific one to the old OpenMP offloading model, which was removed.
2+
// XFAIL: *
13
// REQUIRES: x86-registered-target
24
// REQUIRES: amdgpu-registered-target
35
// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fopenmp -fno-openmp-new-driver -fopenmp-targets=amdgcn-amd-amdhsa -Xopenmp-target=amdgcn-amd-amdhsa -march=gfx906 --libomptarget-amdgpu-bc-path=%S/Inputs/hip_dev_lib %s 2>&1 \

clang/test/Driver/fat_archive_amdgpu.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// The test marked as XFAIL as a specific one to the old OpenMP offloading model, which was removed.
2+
// XFAIL: *
13
// REQUIRES: x86-registered-target
24
// REQUIRES: amdgpu-registered-target
35
// UNSUPPORTED: -aix

clang/test/Driver/fat_archive_nvptx.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// The test marked as XFAIL as a specific one to the old OpenMP offloading model, which was removed.
2+
// XFAIL: *
13
// REQUIRES: x86-registered-target
24
// REQUIRES: nvptx-registered-target
35

0 commit comments

Comments
 (0)