[llvm] [SHT_LLVM_BB_ADDR_MAP][llvm-readobj] Implements llvm-readobj handling for PGOAnalysisMap. (PR #79520)

Micah Weston via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 12:25:15 PST 2024


================
@@ -0,0 +1,221 @@
+## This test checks how we handle PGO Analysis Map in --bb-addr-map.
+
+## Fails on windows (https://github.com/llvm/llvm-project/issues/60013).
+# UNSUPPORTED: system-windows
----------------
red1bluelost wrote:

Good catch, think I did this before the fix.

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


More information about the llvm-commits mailing list