[PATCH] D33969: Bitcode: Introduce a BitcodeFileContents data type. NFCI.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 13:36:31 PDT 2017


eugenis accepted this revision.
eugenis added a comment.

LGTM with a nit



================
Comment at: llvm/include/llvm/Object/IRObjectFile.h:23
 namespace llvm {
+class BitcodeModule;
 class Mangler;
----------------
why is this necessary?


https://reviews.llvm.org/D33969





More information about the llvm-commits mailing list