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

Unified Diff: include/llvm/Support/IRReader.h

Issue 8393017: Bitcode streaming (Closed)
Patch Set: rebase against upstream LLVM Created 9 years, 1 month 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
Index: include/llvm/Support/IRReader.h
diff --git a/include/llvm/Support/IRReader.h b/include/llvm/Support/IRReader.h
index 6d8a9b30ae1fd8bfee9f0c9b7f6bdceb765a2743..7e96204b96f534a03a884d6d044423e1a35db8cc 100644
--- a/include/llvm/Support/IRReader.h
+++ b/include/llvm/Support/IRReader.h
@@ -21,6 +21,7 @@
#include "llvm/ADT/OwningPtr.h"
#include "llvm/Assembly/Parser.h"
+#include "llvm/Bitcode/BitcodeStream.h"
nlewycky 2011/11/05 00:45:06 Given that there's no other changes in the file, t
(google.com) Derek Schuff 2011/11/07 22:33:50 Sorry, this was leftover from a previous iteration
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"

Powered by Google App Engine
This is Rietveld 408576698