[PATCH] D33969: Bitcode: Introduce a BitcodeFileContents data type. NFCI.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 13:40:17 PDT 2017
pcc added inline comments.
================
Comment at: llvm/include/llvm/Object/IRObjectFile.h:23
namespace llvm {
+class BitcodeModule;
class Mangler;
----------------
eugenis wrote:
> why is this necessary?
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.
https://reviews.llvm.org/D33969
More information about the llvm-commits
mailing list