forked from OSchip/llvm-project
[test][llvm-objcopy/mac] Move test to new file
Follow up from https://reviews.llvm.org/D118526 Differential Revision: https://reviews.llvm.org/D119149
This commit is contained in:
parent
3504937dfb
commit
c4ac46b95d
|
@ -0,0 +1,19 @@
|
|||
--- !mach-o
|
||||
FileHeader:
|
||||
magic: 0xFEEDFACE
|
||||
cputype: 0x0000000C
|
||||
cpusubtype: 0x00000009
|
||||
filetype: 0x00000001
|
||||
ncmds: 1
|
||||
sizeofcmds: 16
|
||||
flags: 0x00002000
|
||||
LoadCommands:
|
||||
- cmd: LC_LINKER_OPTION
|
||||
cmdsize: 16
|
||||
count: 1
|
||||
PayloadBytes: [ 0x2D, 0x6C, 0x63, 0x0 ]
|
||||
...
|
||||
|
||||
# RUN: yaml2obj %s > %t
|
||||
# RUN: llvm-objcopy %t %t.copy
|
||||
# RUN: cmp %t %t.copy
|
|
@ -43,7 +43,6 @@
|
|||
# RUN: llvm-objcopy --strip-symbol _ba --redefine-sym _foo=_ba %t %t.noba
|
||||
# RUN: llvm-readobj --symbols %t.noba | FileCheck %s --check-prefix=NOTSTRIPPED
|
||||
|
||||
.linker_option "-lc"
|
||||
.globl _func
|
||||
_func:
|
||||
|
||||
|
|
Loading…
Reference in New Issue