Displaying 1 result from an estimated 1 matches for "ada__text_io__put_line__2".
2008 Mar 23
0
[LLVMdev] Announcement: GNAT ported to LLVM
...2, i32 }
...
@.str = internal constant [12 x i8] c"Hello world!" ; <[12 x i8]*> [#uses=1]
@C.168.1155 = internal constant %struct.string___XUB { i32 1, i32 12 } ; <%struct.string___XUB*> [#uses=1]
define void @_ada_hello() {
entry:
tail call void @ada__text_io__put_line__2( i8* getelementptr ([12 x i8]* @.str, i32 0, i32 0), %struct.string___XUB* @C.168.1155 )
ret void
}
declare void @ada__text_io__put_line__2(i8*, %struct.string___XUB*)
I've dropped the declarations of some uninteresting types and other info,
thus the ... Note that passing -S -emit-l...