aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
1.02k stars 65 forks source link

Repetitive entries in Analyzer reports #99

Open jenetscaria-mcw opened 2 weeks ago

jenetscaria-mcw commented 2 weeks ago

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.

image
aras-p commented 2 days ago

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)?