[all-commits] [llvm/llvm-project] 0024f6: [clang-cl] Bump default -fms-compatibility-version...

Omair Javaid via All-commits all-commits at lists.llvm.org
Thu Feb 10 20:24:03 PST 2022


  Branch: refs/heads/release/14.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 0024f665446068af7dc24162f432c89f4e91b2a7
      https://github.com/llvm/llvm-project/commit/0024f665446068af7dc24162f432c89f4e91b2a7
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

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

  Log Message:
  -----------
  [clang-cl] Bump default -fms-compatibility-version to 19.20

clang-cl MSVC required version is 19.20 now. Update the default
-fms-compatibility-version to 19.20.

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


  Commit: 4c33252b7d9ad1b52c7faa66fafeb816ab53f964
      https://github.com/llvm/llvm-project/commit/4c33252b7d9ad1b52c7faa66fafeb816ab53f964
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M llvm/include/llvm/Config/llvm-config.h.cmake
    M llvm/include/llvm/Support/Compiler.h

  Log Message:
  -----------
  Set LLVM_FORCE_USE_OLD_TOOLCHAIN to disable VS2019 checks

VS2019 version 1920 in now the default and get tested in
llvm/include/llvm/Support/Compiler.h. This patch propagates
LLVM_FORCE_USE_OLD_TOOLCHAIN macro to disable testing for VS2019.

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


Compare: https://github.com/llvm/llvm-project/compare/917c47b3bf0d...4c33252b7d9a


More information about the All-commits mailing list