[llvm-commits] CVS: llvm-java/runtime/runtime.ll Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Jul 15 04:28:54 PDT 2004



Changes in directory llvm-java/runtime:

runtime.ll added (r1.1)
Makefile added (r1.1)

---
Log message:

Add runtime and move some rules to Makefile.rules. Now we link to the
runtime (which is currently almost empty :-)).


---
Diffs of the changes:  (+16 -0)

Index: llvm-java/runtime/runtime.ll
diff -c /dev/null llvm-java/runtime/runtime.ll:1.1
*** /dev/null	Thu Jul 15 06:28:54 2004
--- llvm-java/runtime/runtime.ll	Thu Jul 15 06:28:44 2004
***************
*** 0 ****
--- 1,3 ----
+ "java/lang/Object<vtable>" = type opaque
+ 
+ "java/lang/Object" = type { "java/lang/Object<vtable>" }


Index: llvm-java/runtime/Makefile
diff -c /dev/null llvm-java/runtime/Makefile:1.1
*** /dev/null	Thu Jul 15 06:28:54 2004
--- llvm-java/runtime/Makefile	Thu Jul 15 06:28:44 2004
***************
*** 0 ****
--- 1,13 ----
+ ##==-- runtime/Makefile -----------------------------  -*- makefile -*--====##
+ #
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by the LLVM research group and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ #
+ ##===----------------------------------------------------------------------===##
+ LEVEL := ..
+ 
+ include $(LEVEL)/Makefile.common
+ 
+ all:: runtime.bc





More information about the llvm-commits mailing list