mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
d682839830
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225271 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
359 B
Plaintext
10 lines
359 B
Plaintext
RUN: llvm-objdump -private-headers %p/Inputs/macho-zero-ncmds \
|
|
RUN: | FileCheck %s -check-prefix A
|
|
|
|
// Check that we don't get an infinite loop if ncmds = 0
|
|
A: file format Mach-O 64-bit unknown
|
|
A: Mach header
|
|
A: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
|
A: MH_MAGIC_64 0x00 OBJECT 0 0 0x00000000
|
|
|