-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repetitive entries in Analyzer reports #99
Comments
Hard to know why that would be happening, without knowing more details. Are you building for multiple architectures by chance (e.g. Apple "Universal" binaries for both arm64 and x64)? |
Hi @aras-p, thank you for the reply. We have build clang from source but only for one target without any cross compilation, i.e. Clang target = x86 in windows x64 machine. I am attaching a spreadsheet where we have extracted the total frontend and backend timings along with the compiler frontend and backend files from our ClangBuildAnalyzer report for your reference. The repetitive entries are highlighted with blue. |
@jenetscaria-mcw I can't access the linked google sheet, permissions/sharing issue? |
ClangBuildAnalyzer_llama_report.xlsx |
Ok but that still does not help in any way to know why it happened. The way ClangBuildAnalyzer works, is it tries to find all |
output_all_json_files.zip |
@jenetscaria-mcw is that with the folder structure intact? I can see there are e.g. 16 files named My wild guess at this point would be that either you have some symbolic links under your build folder that point to the same folder several times, or that somehow under your build folder you ended up with json files from multiple builds, and now ClangBuildAnalyzer analyzes all of them. |
output_json_files.zip |
@jenetscaria-mcw running ClangBuildAnalyzer on these json files does not result in any duplicate entries, as far as I can tell. |
x86_102_report_1.txt |
I have build my project with clang 19.1.3 version and ran the ClangBuildAnalyzer for the same and I am observing repetitive entries for compiler frontend. Is there a reason for it to show repetition in object files.
The text was updated successfully, but these errors were encountered: