[all-commits] [llvm/llvm-project] b1e5e8: Detect Visual Studio automatically in Windows pack...

Pierrick Bouvier via All-commits all-commits at lists.llvm.org
Thu Oct 20 07:29:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1e5e81efda4c020a990dc749ef8bfb8bd4b763c
      https://github.com/llvm/llvm-project/commit/b1e5e81efda4c020a990dc749ef8bfb8bd4b763c
  Author: Pierrick Bouvier <pierrick.bouvier at linaro.org>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M llvm/utils/release/build_llvm_release.bat

  Log Message:
  -----------
  Detect Visual Studio automatically in Windows packaging script

Instead of hardcoding several VS paths, use vswhere.exe (available from
VS 2017) to get latest version available.

Reviewed By: hans, thieta

Differential Revision: https://reviews.llvm.org/D135873




More information about the All-commits mailing list