[PATCH] D138202: [OHOS] Add support for OpenHarmony

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 03:03:30 PST 2023


kpdev42 marked an inline comment as done.
kpdev42 added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/MinidumpConstants.def:118
 HANDLE_MDMP_PLATFORM(0x8205, NaCl) // Native Client (NaCl)
+HANDLE_MDMP_PLATFORM(0x8207, OpenHOS)
 
----------------
DavidSpickett wrote:
> jrtc27 wrote:
> > What's with the 0x8206 gap?
> Is this still relevant?
Actually, no, it was changed from `0x8207` in initial diff to `0x8206` in current one


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138202/new/

https://reviews.llvm.org/D138202



More information about the llvm-commits mailing list