serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
720 stars 155 forks source link

Update AMDGPU macros. #70

Closed Artem-B closed 3 years ago

Artem-B commented 3 years ago

The values are based on LLVM's ELF.h https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/ELF.h

Related issue: ROCm-Developer-Tools/HIP#2259