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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to