llvm-project/llvm/lib/DebugInfo/CodeView
Martin Storsjö 45f8946a75 [CodeView] Fix the ARM64 CPUType enum
The old, incorrect one seems to have been added in
d41ac895bb, with a similarly placed
entry added in EnumTables.cpp in
eb4d6142dc.

This matches the value documented at
https://docs.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/cv-cpu-type-e?view=vs-2019.

This fixes running obj2yaml on an object file generated by MSVC.

Differential Revision: https://reviews.llvm.org/D100306
2021-04-13 12:54:22 +03:00
..
AppendingTypeTableBuilder.cpp
CMakeLists.txt [CMake] Clean up unnecessary dependency 2021-03-15 16:29:16 -07:00
CVSymbolVisitor.cpp
CVTypeVisitor.cpp
CodeViewError.cpp
CodeViewRecordIO.cpp Recommit "[CodeView] Emit static data members as S_CONSTANTs." 2020-10-28 16:35:59 -07:00
ContinuationRecordBuilder.cpp
DebugChecksumsSubsection.cpp
DebugCrossExSubsection.cpp
DebugCrossImpSubsection.cpp
DebugFrameDataSubsection.cpp [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
DebugInlineeLinesSubsection.cpp
DebugLinesSubsection.cpp
DebugStringTableSubsection.cpp
DebugSubsection.cpp
DebugSubsectionRecord.cpp
DebugSubsectionVisitor.cpp
DebugSymbolRVASubsection.cpp
DebugSymbolsSubsection.cpp
EnumTables.cpp [CodeView] Fix the ARM64 CPUType enum 2021-04-13 12:54:22 +03:00
Formatters.cpp [lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right order. 2021-04-09 05:29:14 +04:00
GlobalTypeTableBuilder.cpp
LazyRandomTypeCollection.cpp [llvm] Use llvm::lower_bound and llvm::upper_bound (NFC) 2021-01-05 21:15:59 -08:00
Line.cpp
MergingTypeTableBuilder.cpp
RecordName.cpp Re-land "[PDB] Merge types in parallel when using ghashing" 2020-09-30 15:44:38 -07:00
RecordSerialization.cpp fix typos to cycle bots 2021-01-01 22:58:40 -05:00
SimpleTypeSerializer.cpp
StringsAndChecksums.cpp
SymbolDumper.cpp
SymbolRecordHelpers.cpp
SymbolRecordMapping.cpp
SymbolSerializer.cpp
TypeDumpVisitor.cpp
TypeHashing.cpp
TypeIndex.cpp
TypeIndexDiscovery.cpp Include (Type|Symbol)Record.h less 2020-09-16 09:59:03 -07:00
TypeRecordHelpers.cpp
TypeRecordMapping.cpp fix typos to cycle bots 2021-01-01 22:58:40 -05:00
TypeStreamMerger.cpp fix typos to cycle bots 2021-01-01 22:58:40 -05:00
TypeTableCollection.cpp