[llvm] [BOLT][merge-fdata]Fix support for fdata files starting with no_lbr on ARM platform (PR #112328)

Amir Ayupov via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 12:24:41 PDT 2024


================
@@ -34,45 +34,32 @@ cl::OptionCategory MergeFdataCategory("merge-fdata options");
 
 enum SortType : char {
   ST_NONE,
-  ST_EXEC_COUNT,      /// Sort based on function execution count.
-  ST_TOTAL_BRANCHES,  /// Sort based on all branches in the function.
+  ST_EXEC_COUNT,     /// Sort based on function execution count.
----------------
aaupov wrote:

Please keep formatting as is here

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


More information about the llvm-commits mailing list