brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · 96ddde8 Raw
12 lines · plain
1# RUN: llvm-mc -triple=x86_64 %s | FileCheck %s2# RUN: llvm-mc -triple=x86_64-apple-darwin10 %s | FileCheck %s3 4.macro make_macro a, b, c ,d ,e, f5\a \b \c6\d \e7\f8.endm9make_macro .macro,mybyte,a,.byte,\a,.endm10# CHECK: .byte 4211mybyte 4212