These will be necessary in order to handle upgrades from old bitcode
files.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7037 Build 7037: arc lint + arc unit
Event Timeline
llvm/include/llvm/Object/IRSymtab.h | ||
---|---|---|
137 | 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. |
Thinking it would be good to print these when dumping the symtab. That would help on one of the tests added on D33974 (I'll note it there).