mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 10:30:30 +00:00
[Hexagon] Clean up Hexagon ELF definition.
llvm-svn: 156996
This commit is contained in:
parent
3d3d2be19b
commit
740dea501d
@ -248,7 +248,7 @@ enum {
|
|||||||
EM_CYPRESS_M8C = 161, // Cypress M8C microprocessor
|
EM_CYPRESS_M8C = 161, // Cypress M8C microprocessor
|
||||||
EM_R32C = 162, // Renesas R32C series microprocessors
|
EM_R32C = 162, // Renesas R32C series microprocessors
|
||||||
EM_TRIMEDIA = 163, // NXP Semiconductors TriMedia architecture family
|
EM_TRIMEDIA = 163, // NXP Semiconductors TriMedia architecture family
|
||||||
EM_QDSP6 = 164, // QUALCOMM DSP6 Processor
|
EM_HEXAGON = 164, // Qualcomm Hexagon processor
|
||||||
EM_8051 = 165, // Intel 8051 and variants
|
EM_8051 = 165, // Intel 8051 and variants
|
||||||
EM_STXP7X = 166, // STMicroelectronics STxP7x family of configurable
|
EM_STXP7X = 166, // STMicroelectronics STxP7x family of configurable
|
||||||
// and extensible RISC processors
|
// and extensible RISC processors
|
||||||
|
@ -43,7 +43,8 @@ namespace llvm {
|
|||||||
EM_ARM = 40, // ARM
|
EM_ARM = 40, // ARM
|
||||||
EM_ALPHA = 41, // DEC Alpha
|
EM_ALPHA = 41, // DEC Alpha
|
||||||
EM_SPARCV9 = 43, // SPARC V9
|
EM_SPARCV9 = 43, // SPARC V9
|
||||||
EM_X86_64 = 62 // AMD64
|
EM_X86_64 = 62, // AMD64
|
||||||
|
EM_HEXAGON = 164 // Qualcomm Hexagon
|
||||||
};
|
};
|
||||||
|
|
||||||
// ELF File classes
|
// ELF File classes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user