Add separate statistics for Data and Inst fragments emitted during relaxation.
[oota-llvm.git] / test / MC / ELF / no-fixup.s
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t -stats 2>%t.out
2 // RUN: FileCheck --input-file=%t.out %s
3
4 // Test that we create no fixups for this file since "a" and "b" are in the
5 // same fragment.
6
7 // CHECK:      assembler - Number of emitted object file bytes
8 // CHECK-NEXT: assembler - Number of fragment layouts
9
10 a:
11   nop
12 b:
13   .long b - a