bolt/deps/llvm-18.1.8/lld/test/wasm/lto/Inputs/cache.ll
2025-02-14 19:21:04 +01:00

10 lines
220 B
LLVM

target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
define i32 @_start() {
entry:
call void (...) @globalfunc()
ret i32 0
}
declare void @globalfunc(...)