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 1f77682 commit 57e9fe5Copy full SHA for 57e9fe5
llvm/test/CodeGen/NVPTX/stackaddress.ll
@@ -3,7 +3,7 @@
3
declare ptr @llvm.stackaddress.p0()
4
5
define ptr @test() {
6
-; CHECK: STACKADDRESS is not supported on this target.
+; CHECK: error: <unknown>:0:0: STACKADDRESS is not supported on this target.
7
%sp = call ptr @llvm.stackaddress.p0()
8
ret ptr %sp
9
}
0 commit comments