[PATCH] D142936: [dsymutil] dsymutil produces broken lines info (probably) with LTO on mac
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 12:53:42 PST 2023
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
I didn't check the insertion logic in detail but I'm fairly confident it's correct given the test coverage. LGTM.
================
Comment at: llvm/include/llvm/ADT/AddressRanges.h:124
+ Collection::const_iterator insert(AddressRange Range) {
+ if (Range.size() == 0)
+ return Ranges.end();
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142936/new/
https://reviews.llvm.org/D142936
More information about the llvm-commits
mailing list