aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-extract.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-extract.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-extract.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-extract.rst b/llvm/docs/CommandGuide/llvm-extract.rst
index cd8828b..8e23e70c 100644
--- a/llvm/docs/CommandGuide/llvm-extract.rst
+++ b/llvm/docs/CommandGuide/llvm-extract.rst
@@ -55,6 +55,10 @@ OPTIONS
bitcode. All global variables matching the regular expression will be
extracted. May be specified multiple times.
+**--keep-const-init**
+
+ Preserve the values of constant globals.
+
**-help**
Print a summary of command line options.