forked from OSchip/llvm-project
Attempt to fix the testcase in r292824
Try fix the testcase r292824 (failing on some bots) by reduce it to the minimal. If this fix doesn't work, I will revert this test. llvm-svn: 292826
This commit is contained in:
parent
00cce41752
commit
69af145767
|
@ -2,38 +2,15 @@
|
||||||
|
|
||||||
--- !mach-o
|
--- !mach-o
|
||||||
FileHeader:
|
FileHeader:
|
||||||
magic: 0xFEEDFACE
|
magic: 0xFEEDFACF
|
||||||
cputype: 0x00000007
|
cputype: 0x01000007
|
||||||
cpusubtype: 0x00000003
|
cpusubtype: 0x80000003
|
||||||
filetype: 0x00000004
|
filetype: 0x00000002
|
||||||
ncmds: 2
|
ncmds: 1
|
||||||
sizeofcmds: 192
|
sizeofcmds: 32
|
||||||
flags: 0x00000000
|
flags: 0x00218085
|
||||||
|
reserved: 0x00000000
|
||||||
LoadCommands:
|
LoadCommands:
|
||||||
- cmd: LC_SEGMENT_64
|
|
||||||
cmdsize: 152
|
|
||||||
segname: __TEXT
|
|
||||||
vmaddr: 4294967296
|
|
||||||
vmsize: 8192
|
|
||||||
fileoff: 0
|
|
||||||
filesize: 3099
|
|
||||||
maxprot: 7
|
|
||||||
initprot: 5
|
|
||||||
nsects: 1
|
|
||||||
flags: 0
|
|
||||||
Sections:
|
|
||||||
- sectname: __text
|
|
||||||
segname: __TEXT
|
|
||||||
addr: 0x0000000100001160
|
|
||||||
size: 3099
|
|
||||||
offset: 0x00001160
|
|
||||||
align: 4
|
|
||||||
reloff: 0x00000000
|
|
||||||
nreloc: 0
|
|
||||||
flags: 0x80000400
|
|
||||||
reserved1: 0x00000000
|
|
||||||
reserved2: 0x00000000
|
|
||||||
reserved3: 0x00000000
|
|
||||||
- cmd: LC_BUILD_VERSION
|
- cmd: LC_BUILD_VERSION
|
||||||
cmdsize: 32
|
cmdsize: 32
|
||||||
platform: 2
|
platform: 2
|
||||||
|
|
Loading…
Reference in New Issue