Add #includes to enable buiding in Release mode
authorChris Lattner <sabre@nondot.org>
Wed, 7 Nov 2001 13:49:45 +0000 (13:49 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Nov 2001 13:49:45 +0000 (13:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1174 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/LinkModules.cpp
lib/Transforms/Utils/Linker.cpp
lib/Transforms/Utils/LowerAllocations.cpp
lib/VMCore/Linker.cpp
lib/VMCore/Module.cpp

index d5df566d6d3ce72b18a6bbb13434c4f248ce0f68..5e0178ae6d77d1d53020f6b65045f0d31845828d 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/SymbolTable.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/iOther.h"
+#include "llvm/ConstPoolVals.h"
 
 // Error - Simple wrapper function to conditionally assign to E and return true.
 // This just makes error return conditions a little bit simpler...
index d5df566d6d3ce72b18a6bbb13434c4f248ce0f68..5e0178ae6d77d1d53020f6b65045f0d31845828d 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/SymbolTable.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/iOther.h"
+#include "llvm/ConstPoolVals.h"
 
 // Error - Simple wrapper function to conditionally assign to E and return true.
 // This just makes error return conditions a little bit simpler...
index 91f45d8206957138883b5ae1353f9b3735b463a5..2385fee7aa623b179fd32ed1f8a688a1728807a8 100644 (file)
@@ -13,6 +13,7 @@
 #include "llvm/iMemory.h"
 #include "llvm/iOther.h"
 #include "llvm/SymbolTable.h"
+#include "llvm/ConstPoolVals.h"
 
 // doPassInitialization - For the lower allocations pass, this ensures that a
 // module contains a declaration for a malloc and a free function.
index d5df566d6d3ce72b18a6bbb13434c4f248ce0f68..5e0178ae6d77d1d53020f6b65045f0d31845828d 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/SymbolTable.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/iOther.h"
+#include "llvm/ConstPoolVals.h"
 
 // Error - Simple wrapper function to conditionally assign to E and return true.
 // This just makes error return conditions a little bit simpler...
index 7f5e3e246ab3ac3698335fa568c7a88048dc316e..bb5e5b5a25c01dc22eec7ee6ec43dcd111c78ecd 100644 (file)
@@ -12,6 +12,7 @@
 #include "llvm/ValueHolderImpl.h"
 #include "llvm/Support/STLExtras.h"
 #include "llvm/Type.h"
+#include "llvm/ConstPoolVals.h"
 #include <map>
 
 // Instantiate Templates - This ugliness is the price we have to pay