[all-commits] [llvm/llvm-project] a4605a: [CodeGen][LTO] Rename some misleading variables (#...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Tue Sep 5 08:57:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4605af26f7ebffe148d7b6025436a9a1ae6f089
https://github.com/llvm/llvm-project/commit/a4605af26f7ebffe148d7b6025436a9a1ae6f089
Author: Paul T Robinson <paul.robinson at sony.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
Log Message:
-----------
[CodeGen][LTO] Rename some misleading variables (#65185)
Some flags named "IsLTO" and "IsThinLTO" implied they described
compilation modes, but with Unified LTO this is no longer true. Rename
these to "PrepForXXX" to be less confusing to readers. Also, deleted
"IsThinOrUnifiedLTO" because Unified implies PrepareForThinLTO.
More information about the All-commits
mailing list