[PATCH] D55239: [codeview] Emit typedefs of types derived from incomplete types
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 09:11:57 PST 2018
aganea added a comment.
But overall I agree with @zturner, the more optimizations you can do early in the compiler, the better it is. This patch is fine and achieves that purpose. I'm just saying that it isn't enough if the goal is to support linking with cl OBJs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55239/new/
https://reviews.llvm.org/D55239
More information about the llvm-commits
mailing list