[llvm] [llvm-profdata] Enabled functionality to write split-layout profile (PR #101795)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 10:33:59 PDT 2024
================
@@ -0,0 +1,2 @@
+RUN: llvm-profdata merge --sample --extbinary --split_layout %p/Inputs/sample-profile.proftext -o %t-output
+RUN: diff %t-output %p/Inputs/split-layout.profdata
----------------
david-xl wrote:
Checking section info only sounds good to me.
https://github.com/llvm/llvm-project/pull/101795
More information about the llvm-commits
mailing list