[clang-tools-extra] [mlir] [compiler-rt] [llvm] [lldb] [clang] [flang] [Profile] Add binary profile correlation for code coverage. (PR #69493)

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 12:21:28 PST 2023


================
@@ -702,6 +708,8 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
 #define INSTR_PROF_COVMAP_COMMON __llvm_covmap
 #define INSTR_PROF_COVFUN_COMMON __llvm_covfun
 #define INSTR_PROF_ORDERFILE_COMMON __llvm_orderfile
----------------
petrhosek wrote:

This just a nit, but could you move `orderfile` here and elsewhere to the bottom so that all `__llvm_cov*` entries are next to each other for easier readability.

https://github.com/llvm/llvm-project/pull/69493


More information about the cfe-commits mailing list