[llvm] [llvm-profdata] Enabled functionality to write split-layout profile (PR #101795)

William Junda Huang via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 17:35:14 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
----------------
huangjd wrote:

Note that there is no way to represent flat profile in text mode, I will have to implement that 

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


More information about the llvm-commits mailing list