[PATCH] D124983: [HLSL] add -fcgl option flag.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 6 05:37:49 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a tiny nit.
================
Comment at: clang/include/clang/Driver/Options.td:6768-6769
+ "Same as -S + -emit-llvm + -disable-llvm-passes.">;
+def fcgl : DXCFlag<"fcgl">, Alias<emit_pristine_llvm>,
+ HelpText<"Emit pristine LLVM IR from the frontend by not running any LLVM passes at all.">;
----------------
Aliases typically skip their help text.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124983/new/
https://reviews.llvm.org/D124983
More information about the cfe-commits
mailing list