[PATCH] D94976: [DWARF] Create subprogram's DIE in the unit specified by its DISubprogram
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 13:21:46 PST 2021
MaskRay added a comment.
Heads-up: this patch seems to cause malformed `.debug_gnu_pubnames` with -fsanitize=cfi -gsplit-dwarf with some internal targets. I will report back when I have done more investigation.
% llvm-dwarfdump -debug-gnu-pubnames spinlock.pic.o > /dev/null
error: name lookup table at offset 0x13d9 has a terminator at offset 0x13e7 before the expected end at 0x140a
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94976/new/
https://reviews.llvm.org/D94976
More information about the llvm-commits
mailing list