repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add gfx950 mfma instructions to ROCDL dialect (#123361)
[llvm-project.git]
/
llvm
/
test
/
Object
/
AArch64
/
filetype-fileset.yaml
blob
0f9631ff076b2fac70855ce1e7bd92d6aec0aa27
1
# REQUIRES: host-byteorder-little-endian
2
# RUN: yaml2obj %s \
3
# RUN: | llvm-objdump --macho --private-header - 2>&1 \
4
# RUN: | FileCheck %s
5
6
# CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
7
# CHECK-NEXT: MH_MAGIC_64 ARM64 ALL 0x00 FILESET 0 0 0x00000000
8
9
--- !mach-o
10
FileHeader:
11
magic: 0xFEEDFACF
12
cputype: 0x100000C
13
cpusubtype: 0x0
14
filetype: 0xC
15
ncmds: 0
16
sizeofcmds: 0
17
flags: 0x0
18
reserved: 0x0