[PATCH] D43700: Emit proper CodeView even when not using the cl driver.
Colden Cullen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 23 16:01:28 PST 2018
colden added a comment.
Seems good to me! I'll give it a test on my end.
One alternate implementation idea though, what if you defaulted EmitCodeView to the hasArg check instead of false, then removed the `else *EmitCodeView = false;` block on line 4999?
https://reviews.llvm.org/D43700
More information about the cfe-commits
mailing list