[PATCH] D30760: Record command lines in objects built by clang, Clang part
Eric Christopher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 18:49:14 PDT 2017
echristo added a comment.
Needs more testing. Might want to make sure that you actually are recording some useful command line options and that you're looking at the cc1 command line.
This should also be a Driver test and not CodeGen. You can then use -### to inspect the command lines as passed around.
-eric
https://reviews.llvm.org/D30760
More information about the cfe-commits
mailing list