16 lines · plain
1# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj %s -o %t.o 2>&1 | FileCheck %s2# RUN: llvm-objdump -t %t.o3 4foo:5 .functype foo () -> ()6 i32.const 17 drop8 end_function9 10# .size directives for functions are no longer required and will11# be ignored but we continue to allow them to support legacy12# assembly files.13.size foo, 014 15# CHECK: warning: .size directive ignored for function symbols16