[all-commits] [llvm/llvm-project] b4fac7: MSVC Buggy version detection: turn pre-processor e...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Jan 30 14:17:33 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4fac782462c26baa94798e5fdb58e6810bd336b
      https://github.com/llvm/llvm-project/commit/b4fac782462c26baa94798e5fdb58e6810bd336b
  Author: Mehdi Amini <aminim at google.com>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M llvm/cmake/modules/CheckCompilerVersion.cmake
    M llvm/include/llvm/Support/Compiler.h

  Log Message:
  -----------
  MSVC Buggy version detection: turn pre-processor error into CMake configuration time check

This allows consumer to override in a cleaner way while still prevent
them from hitting bug without knowing they run an unsupported
configuration.

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




More information about the All-commits mailing list