[PATCH] D127153: [DirectX] Add DXILAsmPrinter

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 07:15:33 PDT 2022


beanz added a comment.

In D127153#3562278 <https://reviews.llvm.org/D127153#3562278>, @kuhar wrote:

> Would it be possible to test this as-is, or are other changes necessary to meaningfully exercise this code?

Sadly no. Until there is an object streamer in place, the ASMPrinter doesn't have anywhere to write to. I had considered getting the DirectX backend to emit dxil into an existing object file format, however the changes to make that work are also significant and would be removed promptly in subsequent commits.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127153/new/

https://reviews.llvm.org/D127153



More information about the llvm-commits mailing list