[PATCH] D111443: [Driver] Fix ToolChain::getSanitizerArgs
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 11 09:56:58 PDT 2021
eugenis added a comment.
Don't we want to diagnose the problems in the job's command line? What kind of changes can the driver do there that would affect SanitizerArgs?
I wonder if diagnostics should still be performed on the job args, but presented to the user differently, mainly because we can no longer refer to the user-provided command line?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111443/new/
https://reviews.llvm.org/D111443
More information about the cfe-commits
mailing list