zig/deps/lld/test/wasm/Inputs/hidden.ll

12 lines
213 B
LLVM
Raw Normal View History

2018-01-18 06:29:21 +08:00
; Function Attrs: norecurse nounwind readnone
define hidden i32 @archiveHidden() #0 {
entry:
ret i32 0
}
; Function Attrs: norecurse nounwind readnone
define i32 @archiveDefault() #1 {
entry:
ret i32 0
}