[PATCH] D43700: Emit proper CodeView even when not using the cl driver.

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 18:18:11 PST 2018


probinson added a comment.

Being a cross-compiler I think it's generally a good thing to have more combinations be less broken.
Note that PS4's compiler is hosted on Windows and uses the gcc-style driver; it's convenient sometimes to be able to target Windows without having to learn a new driver language.  So thanks for doing this!


https://reviews.llvm.org/D43700





More information about the cfe-commits mailing list