[PATCH] D84825: [release/11.x only][ELF] Change tombstone value -1 to 0
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 09:55:39 PDT 2020
dblaikie requested changes to this revision.
dblaikie added a comment.
This revision now requires changes to proceed.
Please implement a clear flag for
- BFD semantics
- New (-1/-2) semantics
And default to the BFD semantics for now.
The change in semantics is not ready to ship by default - there are lots of DWARF consumers out there and lots of people don't update them in lock-step with their compiler.
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