Add a test that shows that we produce no fixups when computing the difference

of two symbols in the same fragment.

llvm-svn: 122145
This commit is contained in:
Rafael Espindola 2010-12-18 05:07:45 +00:00
parent 293a7c1840
commit 2140ff508f
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t -stats 2>%t.out
// RUN: FileCheck --input-file=%t.out %s
// Test that we create no fixups for this file since "a" and "b" are in the
// same fragment.
// CHECK: assembler - Number of assembler layout and relaxation steps
// CHECK-NEXT: assembler - Number of emitted assembler fragments
// CHECK-NEXT: assembler - Number of emitted object file bytes
// CHECK-NEXT: assembler - Number of fragment layouts
// CHECK-NEXT: mcexpr - Number of MCExpr evaluations
a:
nop
b:
.long b - a