Skip to content

Commit 9197d82

Browse files
committed
review: fix up comments
1 parent bb336c9 commit 9197d82

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

llvm/test/tools/llvm-objcopy/DXContainer/extract-section-basic.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

llvm/test/tools/llvm-objcopy/DXContainer/extract-section-errs.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

llvm/test/tools/llvm-objcopy/DXContainer/extract-section-headers.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)