summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-16 21:36:36 +0000
committerChris Lattner <sabre@nondot.org>2011-06-16 21:36:36 +0000
commit3e9f21f7396df298ea41d322a2e5e76e2c76e6ac (patch)
tree7dabbdf75d5bf1de6e84982cb0ad563a33ff6007 /llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
parent99807bc8ced6d9a73f6b5a05cc4e040305201373 (diff)
downloadbcm5719-llvm-3e9f21f7396df298ea41d322a2e5e76e2c76e6ac.tar.gz
bcm5719-llvm-3e9f21f7396df298ea41d322a2e5e76e2c76e6ac.zip
add some #includes that will soon be needed.
llvm-svn: 133195
Diffstat (limited to 'llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp')
-rw-r--r--llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp b/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
index ff5af3b72d4..0bc1966781d 100644
--- a/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
+++ b/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
@@ -14,6 +14,7 @@
#include "llvm/Function.h"
#include "llvm/GlobalValue.h"
#include "llvm/LLVMContext.h"
+#include "llvm/ADT/ArrayRef.h"
using namespace llvm;
OpenPOWER on IntegriCloud