[all-commits] [llvm/llvm-project] 8dec29: Reapply D146987 "[Assignment Tracking] Enable by d...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Fri Apr 28 03:38:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8dec295af0352fccb5825dc08e4ec21cb9ffe010
      https://github.com/llvm/llvm-project/commit/8dec295af0352fccb5825dc08e4ec21cb9ffe010
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/test/CodeGen/assignment-tracking/flag.cpp

  Log Message:
  -----------
  Reapply D146987 "[Assignment Tracking] Enable by default"

See https://discourse.llvm.org/t/rfc-enable-assignment-tracking/69399

This sets the -Xclang -fexperimental-assignment-tracking flag to the value
enabled which means it will be enabled so long as none of the following are
true: it's an LTO build, LLDB debugger tuning has been specified, or it's an O0
build (no work is done in any case if -g is not specified or -gmlt is used).

This reverts commit 0ba922f600469df273c753f873668e41025487c0 which reverts
https://reviews.llvm.org/D146987




More information about the All-commits mailing list