From 939c03512d26b053196b9819bb64830482eab777 Mon Sep 17 00:00:00 2001 From: Andres Villegas Date: Mon, 26 Jun 2023 14:35:39 -0700 Subject: [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 --- llvm/docs/CommandGuide/llvm-libtool-darwin.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'llvm/docs/CommandGuide') 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 `` 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 Searches for the library libx.a in the library search path. If the string `` -- cgit v1.1