9 lines · plain
1// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -o %t.o 2> %t.err2// RUN: FileCheck < %t.err %s3 4 .data5t0_a:6t0_x = t0_a - t0_b7// CHECK: cannot evaluate undefined symbol 't0_b'8 .long t0_x9 1// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -o %t.o 2> %t.err2// RUN: FileCheck < %t.err %s3 4 .data5t0_a:6t0_x = t0_a - t0_b7// CHECK: cannot evaluate undefined symbol 't0_b'8 .long t0_x9