brintos

brintos / llvm-project-archived public Read only

0
0
Text · 379 B · 7302dc3 Raw
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