[vmkit-commits] [vmkit] r68643 - /vmkit/trunk/tools/vmjc/vmjc.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Apr 8 14:06:23 PDT 2009


Author: geoffray
Date: Wed Apr  8 16:06:23 2009
New Revision: 68643

URL: http://llvm.org/viewvc/llvm-project?rev=68643&view=rev
Log:
Link with all LLVM components.


Modified:
    vmkit/trunk/tools/vmjc/vmjc.cpp

Modified: vmkit/trunk/tools/vmjc/vmjc.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/vmjc/vmjc.cpp?rev=68643&r1=68642&r2=68643&view=diff

==============================================================================
--- vmkit/trunk/tools/vmjc/vmjc.cpp (original)
+++ vmkit/trunk/tools/vmjc/vmjc.cpp Wed Apr  8 16:06:23 2009
@@ -15,10 +15,13 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/LinkAllPasses.h"
+#include "llvm/LinkAllVMCore.h"
 #include "llvm/Module.h"
 #include "llvm/ModuleProvider.h"
 #include "llvm/PassManager.h"
 #include "llvm/Assembly/PrintModulePass.h"
+#include "llvm/CodeGen/LinkAllCodegenComponents.h"
 #include "llvm/Config/config.h"
 #include "llvm/Bitcode/ReaderWriter.h"
 #include "llvm/ExecutionEngine/ExecutionEngine.h"





More information about the vmkit-commits mailing list