diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-extract.rst | 4 |
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. |