[all-commits] [llvm/llvm-project] f81bae: [flang][msvc] Do not use gcc/clang command line op...

Michael Kruse via All-commits all-commits at lists.llvm.org
Thu Aug 6 13:47:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f81bae9ff42f760ed4e3d8f7314a7aee2effe6aa
      https://github.com/llvm/llvm-project/commit/f81bae9ff42f760ed4e3d8f7314a7aee2effe6aa
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Optimizer/CMakeLists.txt

  Log Message:
  -----------
  [flang][msvc] Do not use gcc/clang command line options for msvc.

The command line options `-Wno-error` and `-Wno-unused-parameter` are specific to gcc/clang, do not use them when compiling with other compilers.

This patch is part of the series to [[ http://lists.llvm.org/pipermail/flang-dev/2020-July/000448.html | make flang compilable with MS Visual Studio ]].

Reviewed By: isuruf

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




More information about the All-commits mailing list