brintos

brintos / llvm-project-archived public Read only

0
0
Text · 345 B · 9722b28 Raw
17 lines · plain
1target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128-ni:1:10:20"2target triple = "wasm32-unknown-unknown"3 4define void @memcpy() #0 {5  ret void6}7 8define float @acosf(float %x) {9  ret float %x10}11 12define i128 @__umodti3(i128 %a, i128 %b) {13  ret i128 %a14}15 16attributes #0 = { "target-features"="-bulk-memory,-bulk-memory-opt" }17