[PATCH] D99122: [AMDGPU] Reserve ELF code

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 16:14:48 PDT 2021


kzhuravl added a comment.

probably update the title to reflect there is more than one change in the commit?



================
Comment at: llvm/include/llvm/BinaryFormat/ELF.h:736
   EF_AMDGPU_MACH_AMDGCN_GFX90A        = 0x03f,
 
+  EF_AMDGPU_MACH_AMDGCN_RESERVED_0X40 = 0x040,
----------------
move this to line 736. make line 737 empty.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99122/new/

https://reviews.llvm.org/D99122



More information about the llvm-commits mailing list