Support/ELF: Add EM_AMDGPU
[oota-llvm.git] / include / llvm / Support / ELF.h
index e23fcbb5eb8c125629d9e48dbb2c8a126269e0c2..4e9f0969be85170b6d1c251243c64a6431a49c7f 100644 (file)
@@ -308,7 +308,8 @@ enum {
   EM_COGE          = 216, // Cognitive Smart Memory Processor
   EM_COOL          = 217, // iCelero CoolEngine
   EM_NORC          = 218, // Nanoradio Optimized RISC
-  EM_CSR_KALIMBA   = 219  // CSR Kalimba architecture family
+  EM_CSR_KALIMBA   = 219, // CSR Kalimba architecture family
+  EM_AMDGPU        = 224  // AMD GPU architecture
 };
 
 // Object file classes.