[llvm-commits] CVS: llvm/tools/llc/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:28:48 PDT 2003


Changes in directory llvm/tools/llc:

Makefile updated: 1.42 -> 1.43

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.42 llvm/tools/llc/Makefile:1.43
--- llvm/tools/llc/Makefile:1.42	Mon Sep  1 15:30:16 2003
+++ llvm/tools/llc/Makefile	Mon Oct 20 17:27:26 2003
@@ -1,3 +1,11 @@
+##===- tools/llc/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 = ../..
 TOOLNAME = llc
 USEDLIBS = sparc \





More information about the llvm-commits mailing list