Changes in directory llvm/tools/llvm-db:
llvm-db.cpp updated: 1.11 -> 1.12 --- Log message: This no longer needs plugins, this it doesn't need all of VMCore. --- Diffs of the changes: (+0 -2) llvm-db.cpp | 2 -- 1 files changed, 2 deletions(-) Index: llvm/tools/llvm-db/llvm-db.cpp diff -u llvm/tools/llvm-db/llvm-db.cpp:1.11 llvm/tools/llvm-db/llvm-db.cpp:1.12 --- llvm/tools/llvm-db/llvm-db.cpp:1.11 Wed Jun 7 18:03:13 2006 +++ llvm/tools/llvm-db/llvm-db.cpp Wed Jun 7 19:25:44 2006 @@ -14,9 +14,7 @@ #include "CLIDebugger.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Support/PluginLoader.h" #include "llvm/System/Signals.h" -#include "llvm/LinkAllVMCore.h" #include <iostream> using namespace llvm; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits