[PATCH] D52773: clang-cl: Add /showFilenames option (PR31957)

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 2 06:42:07 PDT 2018


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

Looks good. If this is passed and we invoke lld-link, should we give that a similar flag and pass that to lld-link as well? I think link.exe also prints its outputs.



================
Comment at: include/clang/Driver/CLCompatOptions.td:163
+  HelpText<"Print the name of each compiled file">,
+  Alias<echo_main_file_name>;
 def _SLASH_source_charset : CLCompileJoined<"source-charset:">,
----------------
Can you add /showFilenames- (a no-op) too, for symmetry?


https://reviews.llvm.org/D52773





More information about the cfe-commits mailing list