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 3e4bc1d commit 4794261Copy full SHA for 4794261
llvm/test/tools/llvm-profdata/memprof-yaml.test
@@ -2,7 +2,7 @@
2
; COM: The text format only supports the latest version.
3
; RUN: llvm-profdata merge --memprof-version=4 %t/memprof-in.yaml -o %t/memprof-out.indexed
4
; RUN: llvm-profdata show --memory %t/memprof-out.indexed > %t/memprof-out.yaml
5
-; RUN: diff --ignore-space-change %t/memprof-in.yaml %t/memprof-out.yaml
+; RUN: diff -b %t/memprof-in.yaml %t/memprof-out.yaml
6
7
; Verify that the YAML output is identical to the YAML input.
8
;--- memprof-in.yaml
0 commit comments