[PATCH] D141705: [HLSL] [Dirver] add dxv as a Driver Action Job

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 27 12:39:05 PST 2023


beanz added inline comments.


================
Comment at: clang/include/clang/Driver/Types.def:110
 TYPE("api-information",          API_INFO,     INVALID,         "json",   phases::Precompile)
+TYPE("dx-container",             DX_CONTAINER, INVALID,         "dxc",    phases::Compile, phases::Backend)
 TYPE("none",                     Nothing,      INVALID,         nullptr,  phases::Compile, phases::Backend, phases::Assemble, phases::Link)
----------------
The normal dx-container extension is `dxbc` right? not `dxc`?


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