20 lines · plain
1# RUN: llvm-mc %s -filetype=obj -o - -triple i686-windows-msvc | llvm-nm - | FileCheck %s2# RUN: llvm-mc %s -filetype=obj -o - -triple i686-windows-gnu | llvm-nm - | FileCheck %s3 4# CHECK: T _mystdcall@8{{$}}5# CHECK: T foo6 7.text8.global _mystdcall@89_mystdcall@8:10 movl 4(%esp), %eax11 addl 8(%esp), %eax12 retl $813 14.global foo15foo:16 pushl $117 pushl $218 calll _mystdcall@819 retl20