0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-18 14:36:46 +00:00
joaosaffran 53eae22e22
[DirectX] adding support in obj2yaml and yaml2obj to root constants ()
Adding support for Root Constant in MC, Object and obj2yaml and
yaml2obj, this PR adds:
  - new structures to dxbc definition.
  - serialize and desirialize logic from dxcontainer to yaml
  - tests validating against dxc
  - adding support to multiple parts.

Closes: https://github.com/llvm/llvm-project/issues/126633

---------

Co-authored-by: joaosaffran <joao.saffran@microsoft.com>
2025-04-16 18:38:53 -07:00
..