BitcodeModule is used as element of a vector in IRSymtabFile, while in the
header there is only a forward declaration. It will work if the header BitcodeReader.h
is included before including IRObjectFile.h. However, it is not always the case,
causing compilation error. This patch simply includes the header and remove the
forward declaration.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo