Adding the EM_MBLAZE value to the machine architectures enumeration to

support future ELF file generation by the MBlaze backend.

llvm-svn: 116985
This commit is contained in:
Wesley Peck 2010-10-21 02:52:59 +00:00
parent f509c6ca27
commit 612703a831
1 changed files with 16 additions and 15 deletions

View File

@ -140,7 +140,8 @@ enum {
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_MBLAZE = 47787 // Xilinx MicroBlaze
};
// Object file classes.