[all-commits] [llvm/llvm-project] 8f5a23: [llvm-profgen] Trim tail CR+LF for LBR record line...
Haohai Wen via All-commits
all-commits at lists.llvm.org
Thu May 23 18:04:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f5a2325c39221efb6a0512639edb750ded62c44
https://github.com/llvm/llvm-project/commit/8f5a2325c39221efb6a0512639edb750ded62c44
Author: Haohai Wen <haohai.wen at intel.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M llvm/tools/llvm-profgen/PerfReader.cpp
Log Message:
-----------
[llvm-profgen] Trim tail CR+LF for LBR record line (#93210)
On Windows, perfscript generated by sep contains CR+LF at the end of
LBR records line. This '\r' will be treated as a LBR record when running
llvm-profgen on Linux and then generate warning.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list