1 ## This test makes sure that --strip-all and --strip-all-gnu preserve
2 ## .ARM.attributes sections in ELF files. This is needed to maintain
3 ## compatibility for Ubuntu/Debian distributions on ARM.
5 # RUN: yaml2obj %s -o %t
6 # RUN: llvm-objcopy --strip-all %t %t2
7 # RUN: llvm-readobj --sections %t2 | FileCheck %s
8 # RUN: llvm-objcopy --strip-all-gnu %t %t3
9 # RUN: llvm-readobj --sections %t3 | FileCheck %s
10 # RUN: llvm-strip %t -o %t4
12 # RUN: llvm-strip --strip-all-gnu %t -o %t5
22 - Name: .ARM.attributes
23 Type: SHT_ARM_ATTRIBUTES
25 # CHECK: Name: .ARM.attributes