diff options
| author | Steven Wu <stevenwu@apple.com> | 2017-01-23 20:42:17 +0000 | 
|---|---|---|
| committer | Steven Wu <stevenwu@apple.com> | 2017-01-23 20:42:17 +0000 | 
| commit | 69af145767490dcf8fed92f6544fb621c2553bca (patch) | |
| tree | 4a449c738c2b161989fbb1dd3e4a42bafb07e27d | |
| parent | 00cce417524d3ebd19c68fbb338b8042dc76bf73 (diff) | |
| download | bcm5719-llvm-69af145767490dcf8fed92f6544fb621c2553bca.tar.gz bcm5719-llvm-69af145767490dcf8fed92f6544fb621c2553bca.zip  | |
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
| -rw-r--r-- | llvm/test/ObjectYAML/MachO/build_version_command.yaml | 39 | 
1 files changed, 8 insertions, 31 deletions
diff --git a/llvm/test/ObjectYAML/MachO/build_version_command.yaml b/llvm/test/ObjectYAML/MachO/build_version_command.yaml index 4dc2df2d2c4..5df32116860 100644 --- a/llvm/test/ObjectYAML/MachO/build_version_command.yaml +++ b/llvm/test/ObjectYAML/MachO/build_version_command.yaml @@ -2,38 +2,15 @@  --- !mach-o  FileHeader: -  magic:           0xFEEDFACE -  cputype:         0x00000007 -  cpusubtype:      0x00000003 -  filetype:        0x00000004 -  ncmds:           2 -  sizeofcmds:      192 -  flags:           0x00000000 +  magic:           0xFEEDFACF +  cputype:         0x01000007 +  cpusubtype:      0x80000003 +  filetype:        0x00000002 +  ncmds:           1 +  sizeofcmds:      32 +  flags:           0x00218085 +  reserved:        0x00000000  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      cmdsize:         32      platform:        2  | 

