[PATCH] D125655: [HLSL] add -P option for dxc mode.

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 5 14:11:46 PDT 2022


beanz added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:6921
                      HelpText<"Entry point name">;
+def dxc_P : Option<["--", "/", "-"], "P", KIND_SEPARATE>,
+  Group<dxc_Group>, Flags<[DXCOption, NoXarchOption]>,
----------------
This is the same option as `_SLASH_P` right? Is there a reason not to re-use it?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125655/new/

https://reviews.llvm.org/D125655



More information about the cfe-commits mailing list