[PATCH] D81202: Fix the roundtrip test under llvm-profdata
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 08:56:31 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG45f58bf469a7: Fix the roundtrip test under llvm-profdata (authored by lxfind, committed by wenlei).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81202/new/
https://reviews.llvm.org/D81202
Files:
llvm/test/tools/llvm-profdata/roundtrip.test
Index: llvm/test/tools/llvm-profdata/roundtrip.test
===================================================================
--- llvm/test/tools/llvm-profdata/roundtrip.test
+++ llvm/test/tools/llvm-profdata/roundtrip.test
@@ -20,7 +20,7 @@
# Trip from text --> compbinary --> md5text
# Compare the two md5 texts
RUN: llvm-profdata merge --sample --compbinary -output=%t.6.profdata %S/Inputs/sample-profile.proftext
-RUN: llvm-profdata merge --sample --text -output=%t.6.proftext %S/Inputs/sample-profile.proftext
+RUN: llvm-profdata merge --sample --text -output=%t.6.proftext %t.6.profdata
RUN: llvm-profdata merge --sample --extbinary -use-md5 -output=%t.7.profdata %S/Inputs/sample-profile.proftext
-RUN: llvm-profdata merge --sample --text -output=%t.7.proftext %S/Inputs/sample-profile.proftext
+RUN: llvm-profdata merge --sample --text -output=%t.7.proftext %t.7.profdata
RUN: diff -b %t.6.proftext %t.7.proftext
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81202.268831.patch
Type: text/x-patch
Size: 920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/36e6bb89/attachment.bin>
More information about the llvm-commits
mailing list