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
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