Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: include/llvm/Bitcode/ReaderWriter.h

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/llvm/Bitcode/NaCl/NaClReaderWriter.h ('k') | include/llvm/CodeGen/AsmPrinter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/Bitcode/ReaderWriter.h
diff --git a/include/llvm/Bitcode/ReaderWriter.h b/include/llvm/Bitcode/ReaderWriter.h
index 2e8cdc737ed0bd72183a768c02138207a27a201c..ce8332579138cee5c0a4dd556beadcd618ba1744 100644
--- a/include/llvm/Bitcode/ReaderWriter.h
+++ b/include/llvm/Bitcode/ReaderWriter.h
@@ -21,10 +21,10 @@
namespace llvm {
class BitstreamWriter;
- class DataStreamer;
class LLVMContext;
class Module;
class ModulePass;
+ class StreamingMemoryObject; // @LOCALMOD
class raw_ostream;
/// Read the header of the specified bitcode buffer and prepare for lazy
@@ -38,7 +38,8 @@ namespace llvm {
/// On error, this returns null, and fills in *ErrMsg with an error
/// description if ErrMsg is non-null.
Module *getStreamedBitcodeModule(const std::string &name,
- DataStreamer *streamer,
+ // @LOCALMOD
+ StreamingMemoryObject *streamer,
LLVMContext &Context,
std::string *ErrMsg = nullptr);
« no previous file with comments | « include/llvm/Bitcode/NaCl/NaClReaderWriter.h ('k') | include/llvm/CodeGen/AsmPrinter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698