[all-commits] [llvm/llvm-project] 6da382: [Clang][Driver] Add new flags to control IR verifi...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Wed Oct 4 15:50:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6da382d27bb5c21dfce8ae5239ab5797bc191cab
      https://github.com/llvm/llvm-project/commit/6da382d27bb5c21dfce8ae5239ab5797bc191cab
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/clang_f_opts.c

  Log Message:
  -----------
  [Clang][Driver] Add new flags to control IR verification (#68172)

Enables or disables verification of the generated LLVM IR.

Users can pass this to turn on extra verification to catch certain types of
compiler bugs at the cost of extra compile time.




More information about the All-commits mailing list