[vmkit-commits] [vmkit] r60292 - /vmkit/trunk/tools/vtoffset/Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sun Nov 30 07:17:44 PST 2008


Author: geoffray
Date: Sun Nov 30 09:17:40 2008
New Revision: 60292

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


Modified:
    vmkit/trunk/tools/vtoffset/Makefile

Modified: vmkit/trunk/tools/vtoffset/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/vtoffset/Makefile?rev=60292&r1=60291&r2=60292&view=diff

==============================================================================
--- vmkit/trunk/tools/vtoffset/Makefile (original)
+++ vmkit/trunk/tools/vtoffset/Makefile Sun Nov 30 09:17:40 2008
@@ -12,6 +12,6 @@
 
 TOOLNAME = vtoffset
 USEDLIBS = Mvm CommonThread Allocator $(GCLIB)
-LINK_COMPONENTS = engine
+LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo bitwriter
 
 include $(LEVEL)/Makefile.common





More information about the vmkit-commits mailing list