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
- Build Status
Buildable 7034 Build 7034: arc lint + arc unit
Event Timeline
llvm/include/llvm/Object/IRObjectFile.h | ||
---|---|---|
23 | 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. |
Suggest moving the struct def above the function declaration.