Skip to content

Commit 0af199a

Browse files
committed
Apply suggestions.
1 parent 845807e commit 0af199a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGenHipStdPar/select-accelerator-code-pass-ordering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
// Ensure Pass HipStdParAcceleratorCodeSelectionPass is not invoked in PreLink.
44
// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -mllvm -amdgpu-enable-hipstdpar -flto -emit-llvm-bc -fcuda-is-device -fdebug-pass-manager \
5-
// RUN: %s -o - 2>&1 | FileCheck --check-prefix=HIPSTDPAR-PRE %s
5+
// RUN: %s -o /dev/null 2>&1 | FileCheck --check-prefix=HIPSTDPAR-PRE %s
66
// HIPSTDPAR-PRE-NOT: Running pass: HipStdParAcceleratorCodeSelectionPass
77

88
// Ensure Pass HipStdParAcceleratorCodeSelectionPass is invoked in PostLink.
99
// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -mllvm -amdgpu-enable-hipstdpar -fcuda-is-device -fdebug-pass-manager -emit-llvm \
10-
// RUN: %s -o - 2>&1 | FileCheck --check-prefix=HIPSTDPAR-POST %s
10+
// RUN: %s -o /dev/null 2>&1 | FileCheck --check-prefix=HIPSTDPAR-POST %s
1111
// HIPSTDPAR-POST: Running pass: HipStdParAcceleratorCodeSelection
1212

1313
#define __device__ __attribute__((device))

0 commit comments

Comments
 (0)