[clang] [compiler-rt] [clang-tools-extra] [PGO] Exposing PGO's Counter Reset and File Dumping APIs (PR #76471)
Qiongsi Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 9 10:10:45 PST 2024
qiongsiwu wrote:
> Breaks https://lab.llvm.org/buildbot/#/builders/127/builds/60635 Please fix or revert.
Thanks for reporting the problem @vitalybuka !
I don't have a Windows machine to reproduce the issue. It is not clear to me how the IR can contain names like `"??_C at _0BA@MIKMMAII at rawprof?4profraw?$AA@"`. Do we have some special name mangling treatment on Windows?
I will modify the test to check for this string as well, but I will not know the result till the fix lands.
https://github.com/llvm/llvm-project/pull/76471
More information about the cfe-commits
mailing list