[PATCH] D109977: LLVM Driver Multicall tool

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 4 23:19:58 PDT 2022


MaskRay added a comment.

  % /tmp/out/custom1/bin/llvm --help
  OVERVIEW: llvm compiler driver
  
  USAGE: llvm [subcommand] [options]
  
  SUBCOMMANDS:
  
    ar                - ar  ###### should be llvm-ar
    bitcode-strip     - bitcode-strip   ### should be llvm-bitcode-strip
    clang             - clang
    clang++           - clang++
    clang-cl          - clang-cl
    clang-cpp         - clang-cpp
    cxxfilt           - cxxfilt   ### ditto
    dlltool           - dlltool
    dsymutil          - dsymutil
    install-name-tool - install-name-tool
    lib               - lib  ##### this is confusing. llvm-lib
    objcopy           - objcopy
    ranlib            - ranlib
    strip             - strip
  
    Type "llvm <subcommand> --help" to get more help on a specific subcommand
  
  OPTIONS:
  
  Generic Options:
  
    --help      - Display available options (--help-hidden for more)
    --help-list - Display list of available options (--help-list-hidden for more)
    --version   - Display the version of this program


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

https://reviews.llvm.org/D109977



More information about the cfe-commits mailing list