[clang] [clang-cl] Sanitize command line in COFF CV debug info for the deterministic builds. (PR #205736)

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 26 19:47:45 PDT 2026


================
@@ -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 dug up the reference:  @aeubanks @nico  https://reviews.llvm.org/D136474 / 29a500b346bdd 

https://github.com/llvm/llvm-project/pull/205736


More information about the cfe-commits mailing list