You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; ERR0: error: global variables that contain buffer fat pointers (address space 7 pointers) are unsupported. Use buffer resource pointers (address space 8) instead
9
+
@init_null = globalptraddrspace(7) null
10
+
11
+
;--- contains-poison-init.ll
12
+
; ERR1: error: global variables that contain buffer fat pointers (address space 7 pointers) are unsupported. Use buffer resource pointers (address space 8) instead
13
+
@init_poison = globalptraddrspace(7) poison
14
+
15
+
;--- defined-gv-type.ll
16
+
; ERR2: error: global variables with a buffer fat pointer address space (7) are not supported
17
+
@gv_is_addrspace_7 = addrspace(7) globali320
18
+
19
+
;--- declared-gv-type.ll
20
+
; ERR3: error: global variables with a buffer fat pointer address space (7) are not supported
0 commit comments