[flang-commits] [PATCH] D85355: [flang][msvc] Do not use gcc/clang command line options for msvc.

Michael Kruse via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Aug 6 08:46:30 PDT 2020


Meinersbur added a comment.

Some developers build with -Werror and removing them entirely would break their build since these components seem to have warnings in them. There were lengthy discussions about the point of -Werror already (see D78306 <https://reviews.llvm.org/D78306>, D81695 <https://reviews.llvm.org/D81695>), which this patch is not about, just making it msvc-compatible.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85355/new/

https://reviews.llvm.org/D85355



More information about the flang-commits mailing list