[all-commits] [llvm/llvm-project] 9698e5: [flang][Driver] Add support for -f[no-]wrapv and -...

Yusuke MINATO via All-commits all-commits at lists.llvm.org
Fri Oct 18 00:30:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9698e57548c61d356f12cc42a8b4785e56f9ab51
      https://github.com/llvm/llvm-project/commit/9698e57548c61d356f12cc42a8b4785e56f9ab51
  Author: Yusuke MINATO <minato.yusuke at fujitsu.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Flang.cpp
    M flang/include/flang/Common/LangOptions.def
    M flang/include/flang/Common/LangOptions.h
    M flang/include/flang/Lower/LoweringOptions.def
    M flang/lib/Frontend/CompilerInvocation.cpp
    M flang/test/Driver/frontend-forwarding.f90
    A flang/test/Driver/integer-overflow.f90

  Log Message:
  -----------
  [flang][Driver] Add support for -f[no-]wrapv and -f[no]-strict-overflow in the frontend (#110061)

This patch introduces the options for integer overflow flags into Flang.
The behavior is similar to that of Clang.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list