aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
969 stars 61 forks source link

Unknown trace events with clang 11 #56

Closed sigiesec closed 2 years ago

sigiesec commented 3 years ago

When using ClangBuildAnalyzer, there are lots of "unknown trace event" warnings, including:

PassManager<llvm::Function>
PassManager<llvm::Module>
LoopLoadEliminationPass
Float2IntPass
ModuleToFunctionPassAdaptor<llvm::PassManager<llvm::Function>>
GlobalDCEPass
CGProfilePass
ConstantMergePass

Not sure if these are meaningful to handle in ClangBuildAnalyzer, but at least they should not produce warnings.

aras-p commented 2 years ago

Should be fixed by #80 (merged into main branch, I'll tag the 1.2.0 release binaries soon)