summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db/llvm-db.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-06-07 23:03:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-06-07 23:03:13 +0000
commit5113dc5cfe80712df1132dcfc7e3adbd4e838afd (patch)
tree11b941dab2f120c0714f9ccfde8c6b3061d55916 /llvm/tools/llvm-db/llvm-db.cpp
parent5bd30fa3103abe4ee71b1e864cf82fab5be840fe (diff)
downloadbcm5719-llvm-5113dc5cfe80712df1132dcfc7e3adbd4e838afd.tar.gz
bcm5719-llvm-5113dc5cfe80712df1132dcfc7e3adbd4e838afd.zip
For 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. llvm-svn: 28719
Diffstat (limited to 'llvm/tools/llvm-db/llvm-db.cpp')
-rw-r--r--llvm/tools/llvm-db/llvm-db.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-db/llvm-db.cpp b/llvm/tools/llvm-db/llvm-db.cpp
index a46aa08feb5..b270535452b 100644
--- a/llvm/tools/llvm-db/llvm-db.cpp
+++ b/llvm/tools/llvm-db/llvm-db.cpp
@@ -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;
OpenPOWER on IntegriCloud