[llvm] [llvm-objdump] Add support for symbolizing PGOBBAddrMap Info (PR #76386)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 00:22:41 PST 2024


================
@@ -0,0 +1,181 @@
+# Test that in the presence of SHT_LLVM_BB_ADDR_MAP sections which also
+# contain PGO data, --symbolize-operands is able to label the basic blocks
+# correctly.
+
+# Check the case where we only have entry counts.
+
+# RUN: yaml2obj %s -o %t1
----------------
jh7370 wrote:

I'd be explicit and add `--docnum=1`

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


More information about the llvm-commits mailing list