This data type includes the contents of a bitcode file.
Right now a bitcode file can only contain modules, but
a later change will add a symbol table.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a nit
llvm/include/llvm/Object/IRObjectFile.h | ||
---|---|---|
23 ↗ | (On Diff #101649) | why is this necessary? |
llvm/include/llvm/Object/IRObjectFile.h | ||
---|---|---|
23 ↗ | (On Diff #101649) | This header was previously relying on the forward declaration of BitcodeModule in IRSymtab.h. Because I have removed that declaration I need to add it here. |