[PATCH] D78306: [flang] Use LLVM's flags

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 05:20:48 PDT 2020


DavidTruby added a comment.

I don't think we should enable Werror by default anymore now that we're in LLVM. It often prevents building with newer compilers (LLVM sees issues with this a lot already) and can be enabled by hand anyway for developer builds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78306





More information about the llvm-commits mailing list