[llvm] All function merger to be run during LTO link with gold plugin (PR #121343)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 08:12:24 PST 2024


================
@@ -222,6 +222,10 @@ namespace options {
   static std::string cs_profile_path;
   static bool cs_pgo_gen = false;
 
+  // When true, MergeFunctions pass is used
----------------
teresajohnson wrote:

Nit: these 2 comment lines can be combined

https://github.com/llvm/llvm-project/pull/121343


More information about the llvm-commits mailing list