From af303d53e6013417d189621c75179df6c7cbdcde Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 7 Jun 2006 23:03:13 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28719 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-db/llvm-db.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/llvm-db/llvm-db.cpp') diff --git a/tools/llvm-db/llvm-db.cpp b/tools/llvm-db/llvm-db.cpp index a46aa08feb..b270535452 100644 --- a/tools/llvm-db/llvm-db.cpp +++ b/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 using namespace llvm; -- cgit v1.2.3-18-g5258