Don't dump IR output from this test to stdout.

This commit is contained in:
Richard Smith 2020-01-16 19:19:45 -08:00
parent 117d4f1900
commit 01a6cd471f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// REQUIRES: amdgpu-registered-target
// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -x hip -fcuda-is-device \
// RUN: -verify -emit-llvm %s
// RUN: -verify -emit-llvm-only %s
#define __device__ __attribute__((device))
extern "C" __device__ int printf(const char *format, ...);