[llvm-commits] CVS: llvm/tools/llvm-db/llvm-db.cpp

Reid Spencer reid at x10sys.com
Wed Jun 7 16:03:31 PDT 2006



Changes in directory llvm/tools/llvm-db:

llvm-db.cpp updated: 1.10 -> 1.11
---
Log message:

For PR780: http://llvm.cs.uiuc.edu/PR780 :
1. Add #includes to LinkAllVMCore.h to get Mangler.o and InlineAsm.o
2. Make Mangler.h and InlineAsm.h use the macros to ensure linkage
3. Make each of the tools with --load options include LinkAllVMCore.h
This should be the last set of changes for this bug and 800.


---
Diffs of the changes:  (+1 -0)

 llvm-db.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/tools/llvm-db/llvm-db.cpp
diff -u llvm/tools/llvm-db/llvm-db.cpp:1.10 llvm/tools/llvm-db/llvm-db.cpp:1.11
--- llvm/tools/llvm-db/llvm-db.cpp:1.10	Tue Apr 18 00:26:10 2006
+++ llvm/tools/llvm-db/llvm-db.cpp	Wed Jun  7 18:03:13 2006
@@ -16,6 +16,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/PluginLoader.h"
 #include "llvm/System/Signals.h"
+#include "llvm/LinkAllVMCore.h"
 #include <iostream>
 
 using namespace llvm;






More information about the llvm-commits mailing list