[llvm-commits] CVS: llvm/runtime/GCCLibraries/libm/Makefile temp.c

Reid Spencer reid at x10sys.com
Thu Nov 16 19:33:09 PST 2006



Changes in directory llvm/runtime/GCCLibraries/libm:

Makefile updated: 1.11 -> 1.12
temp.c updated: 1.3 -> 1.4
---
Log message:

Undo removal of the runtime libraries. While this may have been a bit
premature, these libraries will be going away for the 2.0 release. Other
arrangements for profiling, gc, etc. should be made in the next few months.


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

 Makefile |   16 ++++++++++++++++
 temp.c   |    1 +
 2 files changed, 17 insertions(+)


Index: llvm/runtime/GCCLibraries/libm/Makefile
diff -u /dev/null llvm/runtime/GCCLibraries/libm/Makefile:1.12
--- /dev/null	Thu Nov 16 21:32:43 2006
+++ llvm/runtime/GCCLibraries/libm/Makefile	Thu Nov 16 21:32:33 2006
@@ -0,0 +1,16 @@
+##===- runtime/GCCLibraries/libm/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 = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = m
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
+
+include $(LEVEL)/Makefile.common


Index: llvm/runtime/GCCLibraries/libm/temp.c
diff -u /dev/null llvm/runtime/GCCLibraries/libm/temp.c:1.4
--- /dev/null	Thu Nov 16 21:33:09 2006
+++ llvm/runtime/GCCLibraries/libm/temp.c	Thu Nov 16 21:32:33 2006
@@ -0,0 +1 @@
+typedef int INTEGER;






More information about the llvm-commits mailing list