[PATCH] D96886: [Driver] Clean up some Separate form options

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 12:07:06 PST 2021


thakis accepted this revision.
thakis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/include/clang/Driver/Options.td:1104
     Group<f_Group>, Flags<[CC1Option, CC1AsOption, CoreOption]>,
     HelpText<"The compilation directory to embed in the debug info.">,
+    Alias<fdebug_compilation_dir_EQ>;
----------------
Should the help text move the the now-canonical _EQ form?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96886



More information about the cfe-commits mailing list