[PATCH] D68352: [lld] Handle sections without chunks during PDB generation

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 19:21:16 PDT 2019


aganea added a comment.

Thanks for investigating Stefan! It is a bit strange that a `PartialSection` is created with no chunks. Could you possibly build a Debug version of LLD and try to understand where this is coming from? What is the name and characteristics of that `PartialSection`? Try to conditionally break into `Writer::createPartialSection()` to see where it's being created. It'll help also reduce your case to a test. It's hard otherwise to judge if this is a real problem or something related to the usage (or inputs).


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