[all-commits] [llvm/llvm-project] 087047: Add clang-cl "vctoolsdir" option to specify the lo...

Hans via All-commits all-commits at lists.llvm.org
Wed Aug 26 06:09:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 08704714421086e775a297339fc60963cc07eec9
      https://github.com/llvm/llvm-project/commit/08704714421086e775a297339fc60963cc07eec9
  Author: Zachary Henkel <zachary.henkel at microsoft.com>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/test/Driver/cl-options.c

  Log Message:
  -----------
  Add clang-cl "vctoolsdir" option to specify the location of the msvc toolchain

Add an option to directly specify where the msvc toolchain lives for
clang-cl and avoid unwanted file and registry probes.

Differential revision: https://reviews.llvm.org/D85998




More information about the All-commits mailing list