[PATCH] D44808: Fix lib.exe detection when running within MSVC toolchain

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 06:05:10 PDT 2018


aganea added a comment.

In https://reviews.llvm.org/D44808#1053467, @ruiu wrote:

> Don't you need to change printHelpMessage() as well? With that, LGTM


@ruiu: Would you expect anything different from what's currently there?

  $ ./Ar
  F:\svn\build\Debug\bin\Ar.exe: Expected options.
  OVERVIEW: LLVM Archiver (llvm-ar)
  
    This program archives bitcode files into single libraries
  
  USAGE: Ar.exe [options] [relpos] [count] <archive-file> [members]...


Repository:
  rL LLVM

https://reviews.llvm.org/D44808





More information about the llvm-commits mailing list