Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / dwarf5-cu-no-debug-addr.test
blobd194808059369339ec6ff94821d21adf2987cbf2
1 # REQUIRES: system-linux
3 # RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-cu-no-debug-addr-main.s -o %t1main.o
4 # RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-cu-no-debug-addr-helper.s -o %t1helper.o
5 # RUN: %clang %cflags -dwarf-5 %t1main.o %t1helper.o -o %t.exe -Wl,-q
6 # RUN: llvm-bolt %t.exe -o %t.bolt --update-debug-sections
7 # RUN: llvm-dwarfdump --show-form --verbose --debug-info %t.exe  | FileCheck --check-prefix=PRECHECK %s
8 # RUN: llvm-dwarfdump --show-form --verbose --debug-info %t.bolt | FileCheck --check-prefix=POSTCHECK %s
10 # This tests checks that we handle correctly, don't crash, DWARF5 CUs that does not access .debug_addr.
12 # PRECHECK: DW_TAG_compile_unit
13 # PRECHECK: DW_AT_addr_base
14 # PRECHECK: DW_TAG_compile_unit
15 # PRECHECK-NOT: DW_AT_addr_base
17 # POSTCHECK: DW_TAG_compile_unit
18 # POSTCHECK: DW_AT_addr_base
19 # POSTCHECK: DW_TAG_compile_unit
20 # POSTCHECK-NOT: DW_AT_addr_base