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

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 10:28:10 PDT 2020


tskeith added inline comments.


================
Comment at: flang/CMakeLists.txt:262
+  if (NOT LLVM_ENABLE_WERROR)
+      message(WARNING "FLANG_ENABLE_WERROR setting is different from LLVM_ENABLE_WERROR.")
+  endif()
----------------
What's the point of this warning? Is there a problem with having FLANG_ENABLE_WERROR set and LLVM_ENABLE_WERROR not set?


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