[DAG] TransformFPLoadStorePair - early out if we're not loading a simple type
[llvm-project.git] / llvm / test / MC / ELF / exclude-debug-dwo.s
blobbe0b1c1b50e5e2322889eeae8102e9ae50d1230f
1 # RUN: llvm-mc -triple x86_64-pc-linux-gnu %s -filetype=obj -o %t.o
2 # RUN: llvm-readelf -S %t.o | FileCheck %s
4 ## Check we add SHF_EXCLUDE flag for .dwo debug sections.
5 # CHECK: .debug_info.dwo {{.*}} E
6 # CHECK: .debug_types.dwo {{.*}} E
7 # CHECK: .debug_abbrev.dwo {{.*}} E
8 # CHECK: .debug_str.dwo {{.*}} MSE
9 # CHECK: .debug_line.dwo {{.*}} E
10 # CHECK: .debug_loc.dwo {{.*}} E
11 # CHECK: .debug_str_offsets.dwo {{.*}} E
13 .section .debug_info.dwo,"e"
14 nop
16 .section .debug_types.dwo,"e"
17 nop
19 .section .debug_abbrev.dwo,"e"
20 nop
22 .section .debug_str.dwo,"MSe",@progbits,1
23 nop
25 .section .debug_line.dwo,"e"
26 nop
28 .section .debug_loc.dwo,"e"
29 nop
31 .section .debug_str_offsets.dwo,"e"
32 nop