[PATCH] D63387: clang: Promote -fdebug-compilation-dir from cc1 flag to driver-level flag

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 17 04:24:13 PDT 2019


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: clang/include/clang/Driver/Options.td:717
+def fdebug_compilation_dir : Separate<["-"], "fdebug-compilation-dir">,
+    Group<f_Group>, Flags<[CC1Option, CC1AsOption, CoreOption]>,
+    HelpText<"The compilation directory to embed in the debug info.">;
----------------
Maybe mention in the commit message that it's not just a driver-level option, but also available in clang-cl (which makes sense I think).


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

https://reviews.llvm.org/D63387





More information about the cfe-commits mailing list