Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / MachO / variable-errors.s
blob952212041d56d7d59ca87e172943e6c488955f00
1 // RUN: not --crash llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -o %t.o 2> %t.err
2 // RUN: FileCheck < %t.err %s
4 .data
5 t0_a:
6 t0_x = t0_a - t0_b
7 // CHECK: unable to evaluate offset to undefined symbol 't0_b'
8 .long t0_x