brintos

brintos / llvm-project-archived public Read only

0
0
Text · 272 B · fb15eec Raw
12 lines · plain
1# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj -o /dev/null < %s2 3    .text4    .section .text.main,"",@5    .type    main,@function6main:7    .functype   main (i32, i32) -> (i32)8    local.get 09    end_function10.Lfunc_end0:11    .size main, .Lfunc_end0-main12