[vmkit-commits] [vmkit] r145035 - in /vmkit/trunk: lib/Mvm/Compiler/Makefile lib/Mvm/Runtime/Makefile tools/j3/Makefile tools/llcj/llcj.cpp tools/precompiler/Makefile tools/vmjc/Makefile

Gael Thomas gael.thomas at lip6.fr
Mon Nov 21 02:50:42 PST 2011


Author: gthomas
Date: Mon Nov 21 04:50:42 2011
New Revision: 145035

URL: http://llvm.org/viewvc/llvm-project?rev=145035&view=rev
Log:
libMvm*.a are now libVmkit*.a

Modified:
    vmkit/trunk/lib/Mvm/Compiler/Makefile
    vmkit/trunk/lib/Mvm/Runtime/Makefile
    vmkit/trunk/tools/j3/Makefile
    vmkit/trunk/tools/llcj/llcj.cpp
    vmkit/trunk/tools/precompiler/Makefile
    vmkit/trunk/tools/vmjc/Makefile

Modified: vmkit/trunk/lib/Mvm/Compiler/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/Mvm/Compiler/Makefile?rev=145035&r1=145034&r2=145035&view=diff
==============================================================================
--- vmkit/trunk/lib/Mvm/Compiler/Makefile (original)
+++ vmkit/trunk/lib/Mvm/Compiler/Makefile Mon Nov 21 04:50:42 2011
@@ -10,7 +10,7 @@
 
 include $(LEVEL)/Makefile.config
 
-MODULE_WITH_GC = MvmCompiler
+MODULE_WITH_GC = VmkitCompiler
 
 VMKIT_RUNTIME = $(PROJ_SRC_DIR)/LLVMRuntime.ll
 BUILT_SOURCES = LLVMRuntime.inc

Modified: vmkit/trunk/lib/Mvm/Runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/Mvm/Runtime/Makefile?rev=145035&r1=145034&r2=145035&view=diff
==============================================================================
--- vmkit/trunk/lib/Mvm/Runtime/Makefile (original)
+++ vmkit/trunk/lib/Mvm/Runtime/Makefile Mon Nov 21 04:50:42 2011
@@ -10,6 +10,6 @@
 
 include $(LEVEL)/Makefile.config
 
-MODULE_WITH_GC = Mvm
+MODULE_WITH_GC = Vmkit
 
 include $(LEVEL)/Makefile.common

Modified: vmkit/trunk/tools/j3/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/j3/Makefile?rev=145035&r1=145034&r2=145035&view=diff
==============================================================================
--- vmkit/trunk/tools/j3/Makefile (original)
+++ vmkit/trunk/tools/j3/Makefile Mon Nov 21 04:50:42 2011
@@ -11,7 +11,7 @@
 include $(LEVEL)/Makefile.config
 
 TOOLNAME = j3
-USEDLIBS = Classpath.a J3.a J3Compiler.a Mvm.a MvmCompiler.a CommonThread.a FinalMMTk.a InlineMMTk.a Precompiled.a BootstrapClasses.a
+USEDLIBS = Classpath.a J3.a J3Compiler.a Vmkit.a VmkitCompiler.a CommonThread.a FinalMMTk.a InlineMMTk.a Precompiled.a BootstrapClasses.a
 BUILD_FRAMETABLE = 1
 LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo
 

Modified: vmkit/trunk/tools/llcj/llcj.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/llcj/llcj.cpp?rev=145035&r1=145034&r2=145035&view=diff
==============================================================================
--- vmkit/trunk/tools/llcj/llcj.cpp (original)
+++ vmkit/trunk/tools/llcj/llcj.cpp Mon Nov 21 04:50:42 2011
@@ -227,8 +227,8 @@
     }
     gccArgv[gccArgc++] = "-lAllocator";
     gccArgv[gccArgc++] = "-lCommonThread";
-    gccArgv[gccArgc++] = "-lMvm";
-    gccArgv[gccArgc++] = "-lMvmCompiler";
+    gccArgv[gccArgc++] = "-lVmkit";
+    gccArgv[gccArgc++] = "-lVmkitCompiler";
     gccArgv[gccArgc++] = "-lGCMmap2";
     gccArgv[gccArgc++] = "-lvmjc";
     gccArgv[gccArgc++] = "-lLLVMSupport";

Modified: vmkit/trunk/tools/precompiler/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/precompiler/Makefile?rev=145035&r1=145034&r2=145035&view=diff
==============================================================================
--- vmkit/trunk/tools/precompiler/Makefile (original)
+++ vmkit/trunk/tools/precompiler/Makefile Mon Nov 21 04:50:42 2011
@@ -12,7 +12,7 @@
 
 DIRS = trainer
 TOOLNAME = precompiler
-USEDLIBS = Classpath.a J3.a J3Compiler.a Mvm.a MvmCompiler.a CommonThread.a FinalMMTk.a
+USEDLIBS = Classpath.a J3.a J3Compiler.a Vmkit.a VmkitCompiler.a CommonThread.a FinalMMTk.a
 BUILD_FRAMETABLE = 1
 LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo asmparser linker bitwriter
 

Modified: vmkit/trunk/tools/vmjc/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/vmjc/Makefile?rev=145035&r1=145034&r2=145035&view=diff
==============================================================================
--- vmkit/trunk/tools/vmjc/Makefile (original)
+++ vmkit/trunk/tools/vmjc/Makefile Mon Nov 21 04:50:42 2011
@@ -13,7 +13,7 @@
 EXTRA_DIST = libvmjc
 
 TOOLNAME = vmjc
-USEDLIBS = J3.a Classpath.a J3.a J3Compiler.a Mvm.a MvmCompiler.a MMTk.a CommonThread.a
+USEDLIBS = J3.a Classpath.a J3.a J3Compiler.a Vmkit.a VmkitCompiler.a MMTk.a CommonThread.a
 LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo bitwriter
 
 include $(LEVEL)/Makefile.common





More information about the vmkit-commits mailing list