[llvm] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 21:09:06 PST 2025


================
@@ -33,7 +33,7 @@ add_llvm_target(DirectXCodeGen
   DXILResourceAccess.cpp
   DXILShaderFlags.cpp
   DXILTranslateMetadata.cpp
-
+  DXILRootSignature.cpp
   LINK_COMPONENTS
----------------
bogner wrote:

Please keep the blank line between the sources and the LINK_COMPONENTS line - it makes this easier to read.

https://github.com/llvm/llvm-project/pull/123147


More information about the llvm-commits mailing list