================
@@ -868,10 +870,12 @@ enum : unsigned {
   EF_AMDGPU_MACH_AMDGCN_RESERVED_0X4D = 0x04d,
   EF_AMDGPU_MACH_AMDGCN_RESERVED_0X56 = 0x056,
   EF_AMDGPU_MACH_AMDGCN_RESERVED_0X57 = 0x057,
+  EF_AMDGPU_MACH_AMDGCN_RESERVED_0X60 = 0x060,
----------------
kzhuravl wrote:

> I think the ROCr consumer just uses string values, but the LLVM header is the 
> canonical reference I believe. We build ROCr from LLVM sources but I don't 
> remember if it specifically reads those.

rocr uses the value from the elf header to construct a target id, which is a 
string

https://github.com/llvm/llvm-project/pull/205363
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to