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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 11:18:55 PDT 2018


rnk added inline comments.


================
Comment at: llvm/test/tools/llvm-ar/case-detection.test:7
+RUN: cp llvm-ar %t1/Lib
+RUN: %t1/Lib /OUT:%t.lib %t.obj
----------------
WIll this pass on Windows without a .exe suffix?


Repository:
  rL LLVM

https://reviews.llvm.org/D44808





More information about the llvm-commits mailing list