[PATCH] D49745: Generate fundamental type info with weak linkage

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 24 11:06:43 PDT 2018


pcc requested changes to this revision.
pcc added a comment.
This revision now requires changes to proceed.

As I mentioned in https://bugs.llvm.org/show_bug.cgi?id=38281 I don't see a good reason to do this. Also extern_weak is not an appropriate linkage for definitions, only declarations.


https://reviews.llvm.org/D49745





More information about the cfe-commits mailing list