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 03d030b commit c41085eCopy full SHA for c41085e
llvm/test/CodeGen/Generic/available_externally_alias.ll
@@ -1,5 +1,8 @@
1
; RUN: llc < %s
2
3
+; NVPTX does not support 'alias' yet
4
+; XFAIL: target=nvptx{{.*}}
5
+
6
@v = available_externally global i32 42, align 4
7
@va = available_externally alias i32, ptr @v
8
0 commit comments