The -diff option makes it easy to diff dwarf by hiding addresses and offsets. However not all of them were hidden, which should be fixed by this patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks, this will be very useful.
llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp | ||
---|---|---|
410 ↗ | (On Diff #163709) | Can using two different streams cause the output to go out of sync due to buffering? |
llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp | ||
---|---|---|
410 ↗ | (On Diff #163709) | It's either the same stream or null, so shouldn't pose a problem. |