Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / RISCV / mapping-syms-isa.test
blob22678af12f9133de1520741dc9c6111140556139
1 # Test that BOLT handles mapping syms that include ISA strings: $x<isa>
3 RUN: yaml2obj -o %t %p/Inputs/mapping-syms-isa.yaml
4 RUN: llvm-bolt --print-cfg --print-only=_start -o %t.bolt %t 2>&1 | FileCheck %s
5 RUN: llvm-objdump -d %t.bolt | FileCheck --check-prefix=CHECK-OBJDUMP %s
7 CHECK-NOT: BOLT-WARNING
9 # Check that .word is not disassembled by BOLT
10 CHECK: 00000000: nop
11 CHECK: 00000002: ret
13 # Check .word is still present in output
14 CHECK-OBJDUMP: <_start>:
15 CHECK-OBJDUMP-NEXT: nop
16 CHECK-OBJDUMP-NEXT: unimp
17 CHECK-OBJDUMP-NEXT: unimp
18 CHECK-OBJDUMP-NEXT: ret