[PATCH] D84825: [ELF] Change tombstone value -1 to 0
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 03:07:04 PDT 2020
avl added a comment.
> That is a fair argument for the "1" approach for .debug_ranges (although I doubt in practice it makes any difference). It doesn't really help .debug_loc though, since the behaviour there is currently broken in BFD land.
Agreed. So, using 1 for .debug_ranges and .debug_loc looks like safest solution.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84825/new/
https://reviews.llvm.org/D84825
More information about the llvm-commits
mailing list