[PATCH] D23254: CodeView: extract the OMF Directory Header
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 13:57:57 PDT 2016
majnemer added inline comments.
================
Comment at: include/llvm/DebugInfo/CodeView/CVDebugRecord.h:18
@@ +17,3 @@
+struct Signature {
+ enum ID {
+ PDB70 = 0x53445352, // RSDS
----------------
I'd give the enum an underlying type of `uint32_t`.
Repository:
rL LLVM
https://reviews.llvm.org/D23254
More information about the llvm-commits
mailing list