binutils <2.28 have a bug which causes start_/stop_ symbols have
incorrect address for nobits section which causes counters to come up
as empty in raw profiles.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Do you have a link for the bug? Might to good mentioning in the description.
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
445 | Nit: end a complete sentence with a period. | |
llvm/test/Instrumentation/InstrProfiling/X86/nobits.ll | ||
2 | Nit: you can drop -unknown-linux-gnu because this tests generic ELF behavior. |
Comment Actions
If this patch could be pushed soon that'd be great; we need it to unblock PowerPC buildbots.
Nit: end a complete sentence with a period.