[PATCH] D78306: [flang] Use LLVM's flags
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 10:35:25 PDT 2020
tskeith added inline comments.
================
Comment at: flang/CMakeLists.txt:239
-# Add global F18 flags.
-set(CMAKE_CXX_FLAGS "-fno-rtti -fno-exceptions -pedantic -Wall -Wextra -Werror -Wcast-qual -Wimplicit-fallthrough -Wdelete-non-virtual-dtor ${CMAKE_CXX_FLAGS}")
-
----------------
`-pedantic` should still be included in the compilation options.
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