[PATCH] D43700: Emit proper CodeView even when not using the cl driver.
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 26 11:01:49 PST 2018
aganea added a comment.
Thanks for fixing this @zturner. I simply want to back-up what @probinson says above - most of the games we do at Ubisoft are currently using a different compilation toolchains for each platform (we ship at least 4-5 platforms for each top game). It can be clang or it can be MSVC; and most of the time it's different versions of clang. Our long-term goal is to preferably have only one toolchain for all our platforms & all our targets - that means one set of common g++ like flags, including Windows.
https://reviews.llvm.org/D43700
More information about the cfe-commits
mailing list