Displaying 1 result from an estimated 1 matches for "opaqueundefvalu".
Did you mean:
opaqueundefvalues
2005 May 13
1
[LLVMdev] Opaque Undef Types?
I'm looking at and running:
test/Regression/Assembler/2005-05-05-OpaqueUndefValues.ll
which says:
; RUN: llvm-as < %s | llvm-dis | llvm-as
%t = type opaque
%x = global %t undef
Why is this valid? Shouldn't the assembler reject it (it doesn't)? How
can a global variable be defined as opaque? What's it size?
Does this just indicate that %x is some "unknow...