[all-commits] [llvm/llvm-project] 3942f8: [DirectX] Add DXILAsmPrinter
Chris B via All-commits
all-commits at lists.llvm.org
Fri Jun 17 19:19:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3942f8e4762c990184c77b0fe341e151eaf1cc72
https://github.com/llvm/llvm-project/commit/3942f8e4762c990184c77b0fe341e151eaf1cc72
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M llvm/lib/Target/DirectX/CMakeLists.txt
A llvm/lib/Target/DirectX/DirectXAsmPrinter.cpp
Log Message:
-----------
[DirectX] Add DXILAsmPrinter
The DXILAsmPrinter will just write globals into sections, so the
DXILAsmPrinter only needs support for emitting global variables, and is
otherwise a stub.
Depends on D127147
Differential Revision: https://reviews.llvm.org/D127153
More information about the All-commits
mailing list