[PATCH] D100306: [CodeView] Fix the ARM64 CPUType enum

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 09:35:24 PDT 2021


rnk accepted this revision.
rnk added a comment.

lgtm



================
Comment at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:125
   ARM_WMMX = 0x67,
   ARM7 = 0x68,
   Omni = 0x70,
----------------
I noticed that ARM7 is not in the docs either, but it is present in the cvconst.h header here:
https://github.com/microsoft/microsoft-pdb/blob/master/include/cvconst.h#L374
*shrug*


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100306



More information about the llvm-commits mailing list