This is an archive of the discontinued LLVM Phabricator instance.

Generate fundamental type info with weak linkage
AbandonedPublic

Authored by thomasanderson on Jul 24 2018, 10:54 AM.

Details

Reviewers
pcc

Diff Detail

Event Timeline

pcc requested changes to this revision.Jul 24 2018, 11:06 AM

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.

This revision now requires changes to proceed.Jul 24 2018, 11:06 AM
thomasanderson abandoned this revision.Jul 24 2018, 11:13 AM