1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-objcopy -R .text3 -O binary %t %t2
3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
4 # RUN: wc -c %t2 | FileCheck %s --check-prefix=SIZE
15 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
22 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
29 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
41 # CHECK: 000000 c3 c3 c3 c3
42 # CHECK: 001000 de ad be ef