diff options
author | Andres Villegas <andresvi@google.com> | 2023-06-26 14:35:39 -0700 |
---|---|---|
committer | Haowei Wu <haowei@google.com> | 2023-06-26 14:37:51 -0700 |
commit | 939c03512d26b053196b9819bb64830482eab777 (patch) | |
tree | 4d30cfd02d2e8cf8e1455969658ccf36be1f548d /llvm/docs/CommandGuide | |
parent | 214e7ce4e4b08b77fa5878bf1147419d66854167 (diff) | |
download | llvm-939c03512d26b053196b9819bb64830482eab777.zip llvm-939c03512d26b053196b9819bb64830482eab777.tar.gz llvm-939c03512d26b053196b9819bb64830482eab777.tar.bz2 |
[llvm-libtool-darwin] Switch to OptTableSummary
Switch the parse of command line options fromllvm::cl to OptTable.
The motivation for this change is to continue adding llvm based tools
to the llvm driver multicall.
Differential Revision: https://reviews.llvm.org/D153665
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-libtool-darwin.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/CommandGuide/llvm-libtool-darwin.rst b/llvm/docs/CommandGuide/llvm-libtool-darwin.rst index 87fa176..a786288e 100644 --- a/llvm/docs/CommandGuide/llvm-libtool-darwin.rst +++ b/llvm/docs/CommandGuide/llvm-libtool-darwin.rst @@ -26,10 +26,6 @@ OPTIONS Build a static library only for the specified `<architecture>` and ignore all other architectures in the files. -.. option:: -color - - Use colors in output. - .. option:: -D Use zero for timestamps and UIDs/GIDs. This is set by default. @@ -45,11 +41,6 @@ OPTIONS Show help and usage for this command. -.. option:: -help-list - - Show help and usage for this command without grouping the options - into categories. - .. option:: -l <x> Searches for the library libx.a in the library search path. If the string `<x>` |