[PATCH] D30760: Record command lines in objects built by clang
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 21 17:19:53 PDT 2017
aprantl added a comment.
Sorry for being late to the party, but have you looked at CodeGenOptions::DwarfDebugFlags? It looks like it almost does what you want, but it is currently only enabled for MachO and when a specific environment variable is set. Would it make sense to generalize that mechanism instead?
https://reviews.llvm.org/D30760
More information about the cfe-commits
mailing list