Skip to content

Commit 01a6cd4

Browse files
committed
Don't dump IR output from this test to stdout.
1 parent 117d4f1 commit 01a6cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenHIP/printf-aggregate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: amdgpu-registered-target
22
// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -x hip -fcuda-is-device \
3-
// RUN: -verify -emit-llvm %s
3+
// RUN: -verify -emit-llvm-only %s
44

55
#define __device__ __attribute__((device))
66
extern "C" __device__ int printf(const char *format, ...);

0 commit comments

Comments
 (0)