[all-commits] [llvm/llvm-project] 966c40: [Object][DX] Identify DXBC file magic
Chris B via All-commits
all-commits at lists.llvm.org
Mon May 2 14:47:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 966c40aea663fa2cb575614518fc1b7c528bbae9
https://github.com/llvm/llvm-project/commit/966c40aea663fa2cb575614518fc1b7c528bbae9
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-05-02 (Mon, 02 May 2022)
Changed paths:
M llvm/include/llvm/BinaryFormat/Magic.h
M llvm/lib/BinaryFormat/Magic.cpp
M llvm/unittests/Object/DXContainerTest.cpp
Log Message:
-----------
[Object][DX] Identify DXBC file magic
This adds support to llvm::identify_magic to detect DXBC and classify
it as the dxcontainer format.
More information about the All-commits
mailing list