[PATCH] D17851: [DebugInfo] The last byte of the entity is still a part of it.
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 17:04:38 PST 2016
samsonov requested changes to this revision.
samsonov added a comment.
This revision now requires changes to proceed.
I don't think this change is correct. E.g. in dwarfdump-test.elf-x86-64 symbol "main" has address 0x400540 and size 0x24, which means that 0x400564 does *not* belong to this function.
http://reviews.llvm.org/D17851
More information about the llvm-commits
mailing list