[PATCH] D141705: [HLSL] [Dirver] add dxv as a Driver Action Job
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 26 08:00:06 PST 2023
beanz added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:687
+def warn_drv_dxc_missing_dxv : Warning<"dxv not found."
+ " Resulting DXIL will not be signed for use in release environments.">;
----------------
Not all `dxv` binaries can sign… some just validate. Only the “official” releases support signing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141705/new/
https://reviews.llvm.org/D141705
More information about the cfe-commits
mailing list