[PATCH] D26112: Define DbiStreamBuilder::addSectionMap.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 10:56:21 PDT 2016
ruiu added inline comments.
================
Comment at: lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp:308-309
+ // We don't know the meaning of these fields yet.
+ Entry.SecName = 65535;
+ Entry.ClassName = 65535;
+
----------------
zturner wrote:
> Can you use `UINT16_MAX`?
Done.
Repository:
rL LLVM
https://reviews.llvm.org/D26112
More information about the llvm-commits
mailing list