1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-readelf --notes %t | FileCheck %s --check-prefixes=GNU
3 # RUN: llvm-readobj --notes %t | FileCheck %s --check-prefixes=LLVM
5 # GNU: Displaying notes found in: .note.android.unknown
6 # GNU-NEXT: Owner Data size Description
7 # GNU-NEXT: Android 0x00000005 Unknown note type: (0x00001337)
8 # GNU-NEXT: description data: 01 23 45 67 89
11 # LLVM-NEXT: NoteSection {
12 # LLVM-NEXT: Name: .note.android.unknown
13 # LLVM-NEXT: Offset: 0x40
14 # LLVM-NEXT: Size: 0x1C
16 # LLVM-NEXT: Owner: Android
17 # LLVM-NEXT: Data size: 0x5
18 # LLVM-NEXT: Type: Unknown (0x00001337)
19 # LLVM-NEXT: Description data (
20 # LLVM-NEXT: 0000: 01234567 89
32 - Name: .note.android.unknown