These will be necessary in order to handle upgrades from old bitcode
files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/include/llvm/Object/IRSymtab.h | ||
---|---|---|
137 ↗ | (On Diff #101652) | Yes, maybe. It would mean that dump-symtab would have to have its own copy of the code that reads the header because right now it always uses (via a few layers of indirection) irsymtab::readBitcode which will always upgrade mismatching versions. I could add that in D33974 I suppose. |