Changes in directory llvm/tools/analyze:
analyze.cpp updated: 1.66 -> 1.67 --- 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) analyze.cpp | 1 + 1 files changed, 1 insertion(+) Index: llvm/tools/analyze/analyze.cpp diff -u llvm/tools/analyze/analyze.cpp:1.66 llvm/tools/analyze/analyze.cpp:1.67 --- llvm/tools/analyze/analyze.cpp:1.66 Thu Mar 2 20:12:04 2006 +++ llvm/tools/analyze/analyze.cpp Wed Jun 7 18:03:13 2006 @@ -27,6 +27,7 @@ #include "llvm/System/Signals.h" #include "llvm/Support/PluginLoader.h" #include "llvm/Support/Timer.h" +#include "llvm/LinkAllVMCore.h" #include <algorithm> using namespace llvm; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits