[all-commits] [llvm/llvm-project] 9e3919: [Object][DX] Parse DXContainer Parts
Chris B via All-commits
all-commits at lists.llvm.org
Wed Jun 1 12:55:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e3919dac449d6e018ffbc77b5511b8ab858ede3
https://github.com/llvm/llvm-project/commit/9e3919dac449d6e018ffbc77b5511b8ab858ede3
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-06-01 (Wed, 01 Jun 2022)
Changed paths:
M llvm/include/llvm/BinaryFormat/DXContainer.h
M llvm/include/llvm/Object/DXContainer.h
M llvm/lib/Object/DXContainer.cpp
M llvm/unittests/Object/DXContainerTest.cpp
Log Message:
-----------
[Object][DX] Parse DXContainer Parts
DXContainer files are structured as parts. This patch adds support for
parsing out the file part offsets and file part headers.
Reviewed By: kuhar
Differential Revision: https://reviews.llvm.org/D124804
More information about the All-commits
mailing list