[PATCH] D136474: [CodeView][clang] Disable emitting command line into CodeView by default and add flag to enable

Tobias Hieta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 13:15:58 PDT 2022


thieta added a comment.

We have tooling that uses this command line from the PDB. I think the conservative approach is to emit the command line by default since this is how MSVC behaves. I don't mind this flag now that I know about it, but I think we should keep the default to what MSVC does for clang-cl.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136474



More information about the cfe-commits mailing list