[PATCH] D82923: introducing llvm-libtool

Sameer Arora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 15:09:24 PDT 2020


sameerarora101 updated this revision to Diff 274931.
sameerarora101 added a comment.

updates:

- currently storing the tool under `tools/llvm-libtool-darwin`. I can update this again if people prefer something else.
- parsing arguments using `cl::opt`
- adding support only for `--help` and `--version` options.
- had to add argument parsing for input/output files to print the appropriate help message


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82923/new/

https://reviews.llvm.org/D82923

Files:
  llvm/test/CMakeLists.txt
  llvm/test/tools/llvm-libtool-darwin/help-message.test
  llvm/tools/llvm-libtool-darwin/CMakeLists.txt
  llvm/tools/llvm-libtool-darwin/LLVMBuild.txt
  llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82923.274931.patch
Type: text/x-patch
Size: 4420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/cdd6e0a2/attachment.bin>


More information about the llvm-commits mailing list