[PATCH] D24055: Delete DefinedBitcode

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 16:21:04 PDT 2016


I see where you're coming from. LGTM

On Tue, Aug 30, 2016 at 11:22 PM, Rafael Ávila de Espíndola
<rafael.espindola at gmail.com> wrote:
> rafael added a comment.
>
> I got here while working on https://llvm.org/bugs/show_bug.cgi?id=30184.
>
> For that bug I thought I needed to create a DefinedBitcodeCommon, but realized that we were not storing anything special for defined bitcode symbols. They are just regular defined symbols from bitcode files.
>
> Once this is in I can fix PR30184 by just handling common symbols in a similar way.
>
>
> https://reviews.llvm.org/D24055
>
>
>


More information about the llvm-commits mailing list