[PATCH] D59291: Add basic minidump support to obj2yaml
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 09:02:31 PDT 2019
aprantl added inline comments.
================
Comment at: include/llvm/BinaryFormat/Minidump.h:26
+
+struct Header {
+ static constexpr uint32_t MagicSignature = 0x504d444d; // PMDM
----------------
Can you please make sure to Doxygen-ify all the public headers?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59291/new/
https://reviews.llvm.org/D59291
More information about the llvm-commits
mailing list