[clang] [HLSL][DirectX] Add the Qdx-rootsignature-strip driver option (PR #154454)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 25 09:32:35 PDT 2025


================
@@ -479,6 +479,9 @@ CODEGENOPT(StaticClosure, 1, 0, Benign)
 /// Assume that UAVs/SRVs may alias
 CODEGENOPT(ResMayAlias, 1, 0, Benign)
 
+/// Omit the root signature from produced DXContainer
+CODEGENOPT(HLSLRootSigStrip, 1, 0, Benign)
----------------
bogner wrote:

Do we need this anymore? I don't see it being used, and I would think that making this a separate tool's job would make this unnecessary.

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


More information about the cfe-commits mailing list