We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117d4f1 commit 01a6cd4Copy full SHA for 01a6cd4
clang/test/CodeGenHIP/printf-aggregate.cpp
@@ -1,6 +1,6 @@
1
// REQUIRES: amdgpu-registered-target
2
// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -x hip -fcuda-is-device \
3
-// RUN: -verify -emit-llvm %s
+// RUN: -verify -emit-llvm-only %s
4
5
#define __device__ __attribute__((device))
6
extern "C" __device__ int printf(const char *format, ...);
0 commit comments