]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/wasm/lto/Inputs/cache.ll
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / wasm / lto / Inputs / cache.ll
1 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
2 target triple = "wasm32-unknown-unknown"
3
4 define i32 @_start() {
5 entry:
6   call void (...) @globalfunc()
7   ret i32 0
8 }
9
10 declare void @globalfunc(...)