[llvm-commits] [llvm] r133195 - in /llvm/trunk/unittests: ExecutionEngine/JIT/JITMemoryManagerTest.cpp Support/TypeBuilderTest.cpp

Chris Lattner sabre at nondot.org
Thu Jun 16 14:36:36 PDT 2011


Author: lattner
Date: Thu Jun 16 16:36:36 2011
New Revision: 133195

URL: http://llvm.org/viewvc/llvm-project?rev=133195&view=rev
Log:
add some #includes that will soon be needed.

Modified:
    llvm/trunk/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
    llvm/trunk/unittests/Support/TypeBuilderTest.cpp

Modified: llvm/trunk/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp?rev=133195&r1=133194&r2=133195&view=diff
==============================================================================
--- llvm/trunk/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp (original)
+++ llvm/trunk/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp Thu Jun 16 16:36:36 2011
@@ -14,6 +14,7 @@
 #include "llvm/Function.h"
 #include "llvm/GlobalValue.h"
 #include "llvm/LLVMContext.h"
+#include "llvm/ADT/ArrayRef.h"
 
 using namespace llvm;
 

Modified: llvm/trunk/unittests/Support/TypeBuilderTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/TypeBuilderTest.cpp?rev=133195&r1=133194&r2=133195&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/TypeBuilderTest.cpp (original)
+++ llvm/trunk/unittests/Support/TypeBuilderTest.cpp Thu Jun 16 16:36:36 2011
@@ -9,6 +9,7 @@
 
 #include "llvm/Support/TypeBuilder.h"
 #include "llvm/LLVMContext.h"
+#include "llvm/ADT/ArrayRef.h"
 
 #include "gtest/gtest.h"
 





More information about the llvm-commits mailing list