aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2013-07-10 09:08:19 -0700
committerDerek Schuff <dschuff@chromium.org>2013-07-10 09:08:19 -0700
commitf5dd243794b81819994b4fce6037ac652dd9f3d8 (patch)
tree47e6001fa5f415a36e5e6cafa4a4a4ce672faffd /include/llvm
parent299c82a21a9fd010534ea59c46ae0b88c21f25b7 (diff)
Add option to pnacl-abicheck to handle pnacl bitcode
This allows running the utility on finalized/frozen pexes. R=kschimpf@google.com BUG=none Review URL: https://codereview.chromium.org/18884003
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/IRReader/IRReader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/IRReader/IRReader.h b/include/llvm/IRReader/IRReader.h
index 2f84956e7e..a3ea052f3a 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.