================
@@ -122,6 +122,9 @@ DEBUGOPT(CodeViewGHash, 1, 0, Compatible)
 /// Whether to emit the compiler path and command line into the CodeView debug 
information.
 DEBUGOPT(CodeViewCommandLine, 1, 0, Compatible)
----------------
rnk wrote:

I guess the decision really comes down to: how much value is there really to 
recording some subset of the compiler flags that isn't enough to replay the 
compile action?

It's not good enough for something like LivePP or clangd / 
compile_commands.json, but it might be good for auditing if you passed `/GS` to 
every compile unit. How strongly do you feel about having this information, and 
would wiring /Brepro to dropping the command line be good enough for you?

https://github.com/llvm/llvm-project/pull/205736
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to