File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
include/llvm/BinaryFormat Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1972,6 +1972,7 @@ The AMDGPU backend uses the following ELF header:
1972
1972
*reserved* 0x055 Reserved.
1973
1973
*reserved* 0x056 Reserved.
1974
1974
*reserved* 0x057 Reserved.
1975
+ *reserved* 0x058 Reserved.
1975
1976
========================================== ========== =============================
1976
1977
1977
1978
Sections
Original file line number Diff line number Diff line change @@ -798,6 +798,7 @@ enum : unsigned {
798
798
EF_AMDGPU_MACH_AMDGCN_RESERVED_0X55 = 0x055 ,
799
799
EF_AMDGPU_MACH_AMDGCN_RESERVED_0X56 = 0x056 ,
800
800
EF_AMDGPU_MACH_AMDGCN_RESERVED_0X57 = 0x057 ,
801
+ EF_AMDGPU_MACH_AMDGCN_RESERVED_0X58 = 0x058 ,
801
802
// clang-format on
802
803
803
804
// First/last AMDGCN-based processors.
You can’t perform that action at this time.
0 commit comments