[all-commits] [llvm/llvm-project] b74aea: Reapply D146987 "[Assignment Tracking] Enable by d...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Thu Apr 20 07:09:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b74aeaccbae876ca348aa87a3db05d444052ae65
https://github.com/llvm/llvm-project/commit/b74aeaccbae876ca348aa87a3db05d444052ae65
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-04-20 (Thu, 20 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 a65ca4546b9ee042d6c40149d3f820893edbd766 which reverts
https://reviews.llvm.org/D146987
More information about the All-commits
mailing list