[llvm] [llvm-pdbutil] Include DBI section contribs in YAML (PR #191624)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 09:00:30 PDT 2026
================
@@ -1595,6 +1624,7 @@ int main(int Argc, const char **Argv) {
opts::pdb2yaml::DumpModuleFiles = true;
opts::pdb2yaml::DumpModuleSyms = true;
opts::pdb2yaml::DumpSectionHeaders = true;
+ opts::pdb2yaml::DumpSectionContribs = true;
----------------
Nerixyz wrote:
I added a comment to the error. The issue is that `DbiStreamBuilder` doesn't support writing V2 section contribs. Could add support for that, but I don't think any tool emits these right now.
https://github.com/llvm/llvm-project/pull/191624
More information about the llvm-commits
mailing list