[all-commits] [llvm/llvm-project] e94302: minidump: Add an "arm64" constant
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Oct 31 03:22:11 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9430231accacdb872bc4c82feb9a6a64d57941b
https://github.com/llvm/llvm-project/commit/e9430231accacdb872bc4c82feb9a6a64d57941b
Author: Pavel Labath <pavel at labath.sk>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M llvm/include/llvm/BinaryFormat/MinidumpConstants.def
M llvm/lib/ObjectYAML/MinidumpYAML.cpp
M llvm/unittests/ObjectYAML/MinidumpYAMLTest.cpp
Log Message:
-----------
minidump: Add an "arm64" constant
This is the "official" constant for arm64. We also have another constant
for arm64 (called BP_ARM64), which was used by breakpad while there was
no official constant for arm64 available.
More information about the All-commits
mailing list