[PATCH] D57028: [AMDGPU] Added MsgPack format PAL metadata

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 08:25:09 PDT 2019


scott.linder added inline comments.


================
Comment at: include/llvm/BinaryFormat/ELF.h:1369
+  NT_AMD_AMDGPU_PAL_METADATA = 12,
+  NT_AMD_AMDGPU_PAL_METADATA_MSGPACK = 13
 };
----------------
I thought the goal was to use `NT_AMDGPU_METADATA = 32` for both HSA and PAL when we made the move to MsgPack; can we make this switch now?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57028





More information about the llvm-commits mailing list