mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 21:06:33 +03:00

Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
9 lines
257 B
LLVM
9 lines
257 B
LLVM
; ModuleID = 'internal.moduleinit_backend'
|
|
|
|
@_d_moduleinfo_array = appending constant [1 x i8*] [ i8* null ]
|
|
|
|
define i8** @_d_get_moduleinfo_array() {
|
|
entry:
|
|
%tmp = getelementptr [1 x i8*]* @_d_moduleinfo_array, i32 0, i32 0
|
|
ret i8** %tmp
|
|
}
|