Skip to content

Commit 8733288

Browse files
committed
Revert "[NFC][LLVM] Misc code cleanup in AsmWriter.cpp (llvm#161522)"
needs [NFC][LLVM] Use ListSeparator in AsmWriter (llvm#161422) This reverts commit 825d82d.
1 parent 777f72e commit 8733288

File tree

3 files changed

+287
-231
lines changed

3 files changed

+287
-231
lines changed

clang/test/OpenMP/amdgcn_save_temps.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
// REQUIRES: amdgpu-registered-target
33

4-
// XFAIL: *
5-
64
// RUN: %clang_cc1 -E -fopenmp -x c -triple amdgcn-amd-amdhsa -fopenmp-targets=amdgcn-amd-amdhsa -save-temps=cwd %s -o %t-openmp-amdgcn-amd-amdhsa-gfx90a.i
75
// RUN: %clang_cc1 -fopenmp -x c -triple x86_64-unknown-unknown -fopenmp-targets=amdgcn-amd-amdhsa -save-temps=cwd -emit-llvm-bc %s -o %t-x86_64-unknown-unknown.bc
86
// RUN: %clang_cc1 -fopenmp -x c -triple amdgcn-amd-amdhsa -fopenmp-targets=amdgcn-amd-amdhsa -save-temps=cwd -emit-llvm -fopenmp-is-target-device -x cpp-output %t-openmp-amdgcn-amd-amdhsa-gfx90a.i -fopenmp-host-ir-file-path %t-x86_64-unknown-unknown.bc -o - | FileCheck %s

0 commit comments

Comments
 (0)