[all-commits] [llvm/llvm-project] d1d4e5: [llvm-profdata] Change default output format of ll...
William Junda Huang via All-commits
all-commits at lists.llvm.org
Thu May 4 12:34:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1d4e56433c193e6fff48f0fbf0c0fac14b93acc
https://github.com/llvm/llvm-project/commit/d1d4e56433c193e6fff48f0fbf0c0fac14b93acc
Author: William Huang <williamjhuang at google.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
[llvm-profdata] Change default output format of llvm-profdata to ExtBinary
ExtBinary is compatible to, and more superior than Binary format, which is the current default output format. In the long run we are looking to only support ExtBinary format and Text format (for visual inspection), and drop Binary format as well. Since Binary format was the default, we expect many users are still using it, so let's change the default output format first, and hopefully the usage decreases over time
Reviewed By: davidxl, hoy
Differential Revision: https://reviews.llvm.org/D149700
More information about the All-commits
mailing list