File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
test/tools/llvm-objcopy/DXContainer Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,6 @@ multiple file formats.
8888 operations will still be performed. No operations are performed on the sections
8989 prior to dumping them.
9090
91- For MachO objects, ``<section> `` must be formatted as
92- ``<segment name>,<section name> ``.
93-
9491.. option :: --globalize-symbol <symbol >
9592
9693 Mark any defined symbols named ``<symbol> `` as global symbols in the output.
Original file line number Diff line number Diff line change 11## Tests that a separate DXContainer is created for the RTS0 (root signature)
2- ## part, specified with --extract-section specified
2+ ## part, when --extract-section is specified.
33
44# RUN: yaml2obj %s -o %t
55# RUN: llvm-objcopy %t --extract-section=RTS0=%t.rts0.out
Original file line number Diff line number Diff line change 1- ## Check that llvm-objcopy reports a suitable error when it
2- ## can't find the section to extract
1+ ## Check that llvm-objcopy reports a suitable error when it can't find the
2+ ## section to extract.
33
4- ## We can't extract a part that doesn't exist
4+ ## We can't extract a part that doesn't exist.
55# RUN: yaml2obj %s --docnum=1 -o %t1
66# RUN: not llvm-objcopy %t1 --extract-section=UNKNOWN=%t.unknown.out 2>&1 | FileCheck %s -DFILE=%t1 --check-prefix=ERROR1
77
Original file line number Diff line number Diff line change 11## Tests that a separate DXContainer is created with only the specified section
2- ## for each --extract-section specified
2+ ## for each --extract-section specified.
33
44# RUN: yaml2obj %s -o %t
55# RUN: llvm-objcopy %t --extract-section=FKE1=%t.fke1.out --extract-section=FKE4=%t.fke4.out
You can’t perform that action at this time.
0 commit comments