[PATCH] D68352: [lld] Handle sections without chunks during PDB generation
Stefan Schmidt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 12:04:40 PDT 2019
thrimbor added a comment.
To be honest, I know almost nothing about PDB. I'm only changing this because I traced my own build problems to it (Xbox-specific, we're creating xbe-files from relocatable PE files including DWARF-4 debug info generated by clang - log can be found here <https://pastebin.com/2rb8tUsY>.
This patch resolves the issues we've encountered when building on platforms that updated to LLD 9, but I don't know whether this is an appropriate (or correct) solution. I also don't know how I would construct a test case for this.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68352/new/
https://reviews.llvm.org/D68352
More information about the llvm-commits
mailing list