[llvm] [MemProf] Extend CallSite information to include potential callees. (PR #130441)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 23:01:00 PDT 2025
================
@@ -1,9 +1,11 @@
-; REQUIRES: x86_64-linux
; RUN: split-file %s %t
; RUN: llvm-profdata merge %t/memprof-in.yaml -o %t/memprof-out.indexed
; RUN: llvm-profdata show --memory %t/memprof-out.indexed > %t/memprof-out.yaml
; RUN: cmp %t/memprof-in.yaml %t/memprof-out.yaml
+; This test is expected to fail until the profile format is updated to handle CalleeGuids.
----------------
snehasish wrote:
Resolving.
https://github.com/llvm/llvm-project/pull/130441
More information about the llvm-commits
mailing list