[ARM] MVE big endian bitcasts
[llvm-complete.git] / test / tools / llvm-objcopy / ELF / basic-only-keep-debug.test
blob95cd07d0c26cca335c8eab4bb85cb9b0c8539223
1 # NOTE: This test is only intended to be valid as long as --only-keep-debug is
2 #       implemented as a NOP. This test should fail when that changes and you
3 #       will need to update this test.
5 # RUN: yaml2obj %s > %t
6 # RUN: llvm-objcopy %t %t2
7 # RUN: llvm-objcopy --only-keep-debug %t %t3
8 # RUN: cmp %t2 %t3
9 # RUN: llvm-strip --only-keep-debug --no-strip-all %t -o %t4
10 # RUN: cmp %t2 %t4
12 !ELF
13 FileHeader:
14   Class:           ELFCLASS64
15   Data:            ELFDATA2LSB
16   Type:            ET_EXEC
17   Machine:         EM_X86_64
18 Sections:
19   - Name:            .text
20     Type:            SHT_PROGBITS
21     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
22     Content:         "DEADBEEF"