forked from OSchip/llvm-project
Don't dump IR output from this test to stdout.
This commit is contained in:
parent
117d4f1900
commit
01a6cd471f
|
|
@ -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, ...);
|
||||
|
|
|
|||
Loading…
Reference in New Issue