For PR780:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 23:03:13 +0000 (23:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 23:03:13 +0000 (23:03 +0000)
commitaf303d53e6013417d189621c75179df6c7cbdcde
tree9b2ef2802a9e40a4a2ec2a63fb981d987e49d55f
parent3bdac5171bd7d661dd54cc30d9cbc55a3039c6c0
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
include/llvm/InlineAsm.h
include/llvm/LinkAllVMCore.h
include/llvm/Support/Mangler.h
lib/VMCore/InlineAsm.cpp
lib/VMCore/Mangler.cpp
tools/analyze/analyze.cpp
tools/llc/llc.cpp
tools/llvm-db/llvm-db.cpp
tools/llvm-ld/llvm-ld.cpp
tools/opt/opt.cpp