mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-20 06:43:14 +01:00
Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
10 lines
257 B
LLVM
10 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
|
|
}
|