[PATCH] D124804: [Object][DX] Parse DXContainer Parts

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 13:52:42 PDT 2022


beanz created this revision.
beanz added reviewers: MaskRay, serge-sans-paille, lhames.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
beanz requested review of this revision.
Herald added a project: LLVM.

DXContainer files are structured as parts. This patch adds support for
parsing out the file part offsets and file part headers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124804

Files:
  llvm/include/llvm/BinaryFormat/DXContainer.h
  llvm/include/llvm/Object/DXContainer.h
  llvm/lib/Object/DXContainer.cpp
  llvm/unittests/Object/DXContainerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124804.426515.patch
Type: text/x-patch
Size: 8884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220502/d90b890a/attachment.bin>


More information about the llvm-commits mailing list