Diff Detail
Diff Detail
Event Timeline
Comment Actions
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.