[all-commits] [llvm/llvm-project] 45f58b: Fix the roundtrip test under llvm-profdata
Xun Li via All-commits
all-commits at lists.llvm.org
Fri Jun 5 08:53:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 45f58bf469a77244d064ce13f9a81ecd16dc462a
https://github.com/llvm/llvm-project/commit/45f58bf469a77244d064ce13f9a81ecd16dc462a
Author: Xun Li <xun at fb.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/test/tools/llvm-profdata/roundtrip.test
Log Message:
-----------
Fix the roundtrip test under llvm-profdata
Summary:
According to the comments, we want to convert the profile into two binary formats, and then into the md5text format.
We seems to have ignored the intermediate files.
This patch uses them to complete the full roundtrips.
Reviewers: wmi, wenlei
Reviewed By: wmi
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81202
More information about the All-commits
mailing list