[PATCH] D24055: Delete DefinedBitcode

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 14:22:57 PDT 2016


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