We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14f1e2 commit 09eab64Copy full SHA for 09eab64
llvm/test/tools/llvm-profdata/memprof-yaml.test
@@ -8,7 +8,7 @@
8
; RUN: diff -b %t/memprof-in.yaml %t/memprof-out.yaml
9
10
; Merge text profile as v3 binary profile. Test that the merged v3 profile
11
-; are identical to memprof-in-v3.ymal, and doesn't have callee guids or dap.
+; are identical to memprof-in-v3.yaml, and doesn't have callee guids or dap.
12
; RUN: llvm-profdata merge --memprof-version=3 %t/memprof-in.yaml -o %t/memprof-out-v3.indexed
13
; RUN: llvm-profdata show --memory %t/memprof-out-v3.indexed > %t/memprof-out-v3.yaml
14
; RUN: diff -b %t/memprof-out-v3.yaml %t/memprof-in-v3.yaml
0 commit comments