brintos

brintos / llvm-project-archived public Read only

0
0
Text · 325 B · c794d8b Raw
15 lines · plain
1// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s2 3        .size bar, . - bar4.Ltmp01:5       .size foo, .Ltmp01 - foo6.Ltmp0:7       .size qux, .Ltmp0 - qux8 9// CHECK: .Ltmp0:10// CHECK: .size  bar, .Ltmp0-bar11// CHECK: .Ltmp0112// CHECK: .size foo, .Ltmp01-foo13// CHECK: .Ltmp0014// CHECK: .size qux, .Ltmp00-qux15