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

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

Issue 18884003: Add option to pnacl-abicheck to handle pnacl bitcode (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 5 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 | « no previous file | tools/pnacl-abicheck/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/IRReader/IRReader.h
diff --git a/include/llvm/IRReader/IRReader.h b/include/llvm/IRReader/IRReader.h
index 2f84956e7e5d62f30120cdf250acf27d1f338c60..a3ea052f3a5fc23210dce4eaf9710310c3aadfe4 100644
--- a/include/llvm/IRReader/IRReader.h
+++ b/include/llvm/IRReader/IRReader.h
@@ -16,8 +16,9 @@
namespace llvm {
-class LLVM_Context;
+class LLVMContext;
class MemoryBuffer;
+class Module;
class SMDiagnostic;
// \brief Define the expected format of the file.
« no previous file with comments | « no previous file | tools/pnacl-abicheck/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698