mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
[Hexagon] Clean up Hexagon ELF definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
387c9dcdda
commit
68ef0382e4
@ -248,7 +248,7 @@ enum {
|
||||
EM_CYPRESS_M8C = 161, // Cypress M8C microprocessor
|
||||
EM_R32C = 162, // Renesas R32C series microprocessors
|
||||
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_STXP7X = 166, // STMicroelectronics STxP7x family of configurable
|
||||
// and extensible RISC processors
|
||||
|
@ -43,7 +43,8 @@ namespace llvm {
|
||||
EM_ARM = 40, // ARM
|
||||
EM_ALPHA = 41, // DEC Alpha
|
||||
EM_SPARCV9 = 43, // SPARC V9
|
||||
EM_X86_64 = 62 // AMD64
|
||||
EM_X86_64 = 62, // AMD64
|
||||
EM_HEXAGON = 164 // Qualcomm Hexagon
|
||||
};
|
||||
|
||||
// ELF File classes
|
||||
|
Loading…
x
Reference in New Issue
Block a user