brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · bcace17 Raw
11 lines · plain
1# RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho -d - | FileCheck %s2 3nop4x:5leal	x-y(%eax), %ebx6.data7y:8.quad 09 10# CHECK: leal	x-y(%eax), %ebx11