Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / RISCV / cie-gnu.test
blobdeea8027ef3d608fb2e7d1a71e9e2472a002a173
1 # Test that BOLT can handle CIE's produced by GNU as. On RISC-V, GNU as produces
2 # the following initial instruction:
3 # DW_CFA_def_cfa_register: r2
4 # While I believe it is technically incorrect to use this instruction without
5 # first using a DW_CFA_def_cfa (since the offset is unspecified), both readelf
6 # and llvm-dwarfdump accept this and implicitly set the offset to 0.
7 # In BOLT, this used to trigger an assert, however, since it (correctly)
8 # believed the offset was not set. This test checks we can handle this
9 # situation.
11 RUN: yaml2obj -o %t %p/Inputs/cie-gnu.yaml
12 RUN: llvm-bolt -o %t.bolt %t --reorder-blocks=reverse
13 RUN: llvm-dwarfdump --debug-frame %t.bolt | FileCheck %s
15 CHECK: 0x400000: CFA=X2
16 CHECK: 0x400004: CFA=X2: X5=undefined
17 CHECK: 0x400006: CFA=X2