summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-nm.rst4
-rw-r--r--llvm/docs/CommandGuide/llvm-objdump.rst4
-rw-r--r--llvm/docs/CommandGuide/llvm-readobj.rst4
-rw-r--r--llvm/docs/CommandGuide/llvm-symbolizer.rst4
4 files changed, 16 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst
index 4678a7a493d..874a184664b 100644
--- a/llvm/docs/CommandGuide/llvm-nm.rst
+++ b/llvm/docs/CommandGuide/llvm-nm.rst
@@ -136,6 +136,10 @@ OPTIONS
Specify the radix of the symbol address(es). Values accepted d(decimal),
x(hexadecimal) and o(octal).
+.. option:: @<FILE>
+
+ Read command-line options from response file `<FILE>`.
+
BUGS
----
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 24bfe9ee060..8c81560caa9 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -316,6 +316,10 @@ MACH-O ONLY OPTIONS AND COMMANDS
Display weak binding information.
+.. option:: @<FILE>
+
+ Read command-line options and commands from response file `<FILE>`.
+
BUGS
----
diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst
index 7d4679f2032..0e752f731ff 100644
--- a/llvm/docs/CommandGuide/llvm-readobj.rst
+++ b/llvm/docs/CommandGuide/llvm-readobj.rst
@@ -88,6 +88,10 @@ input. Otherwise, it will read from the specified ``filenames``.
Print demangled symbol names in the output.
+.. option:: @<FILE>
+
+ Read command-line options from response file `<FILE>`.
+
EXIT STATUS
-----------
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index 1c31a38ae09..7e2f205b34c 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -169,6 +169,10 @@ OPTIONS
inc at /tmp/x.c:3
main at /tmp/x.c:14
+.. option:: @<FILE>
+
+ Read command-line options from response file `<FILE>`.
+
EXIT STATUS
-----------
OpenPOWER on IntegriCloud