linux-packaging-mono/external/llvm/test/tools/llvm-objcopy/strip-sections-only-keep.test
Xamarin Public Jenkins (auto-signing) 8e12397d70 Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
2018-11-16 08:20:38 +00:00

21 lines
485 B
Plaintext

# RUN: yaml2obj %s > %t
# RUN: llvm-objcopy -strip-sections -only-keep=.test %t %t2
# RUN: od -Ax -t x1 %t2 | FileCheck %s
# RUN: od -Ax -t c %t2 | FileCheck %s -check-prefix=TEXT
!ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_REL
Machine: EM_X86_64
Sections:
- Name: .test
Type: SHT_PROGBITS
Flags: [ ]
Content: "DEADBEEF"
# CHECK: de ad be ef
# TEXT-NOT: t e s t