[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
Fri Mar 24 14:54:30 PDT 2017
echristo added inline comments.
================
Comment at: test/Driver/debug-options.c:201-202
//
+// GRECORD: "-dwarf-debug-flags"
+// GRECORD: -### -c -grecord-gcc-switches
+//
----------------
This seems a little light on the testing, would you mind adding some more interesting lines here? (Also, -grecord-gcc-switches seems like an option we might want to ignore for this?)
https://reviews.llvm.org/D30760
More information about the cfe-commits
mailing list