[PATCH] D52821: [Disassembler][llvm-readobj] ELF note dumper abstraction

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 17 22:28:22 PDT 2018


tpr added a comment.

This particular family of notes is target specific because it contains information on how the driver should program the hardware in order to be able to run the shaders in this graphics pipeline. So I think that justifies treating the notes as target specific.


Repository:
  rL LLVM

https://reviews.llvm.org/D52821





More information about the llvm-commits mailing list