[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:30:59 PDT 2003
Changes in directory llvm/lib/ExecutionEngine/JIT:
Makefile updated: 1.3 -> 1.4
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/ExecutionEngine/JIT/Makefile
diff -u llvm/lib/ExecutionEngine/JIT/Makefile:1.3 llvm/lib/ExecutionEngine/JIT/Makefile:1.4
--- llvm/lib/ExecutionEngine/JIT/Makefile:1.3 Mon Jul 28 14:06:50 2003
+++ llvm/lib/ExecutionEngine/JIT/Makefile Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/JIT/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 = ../../..
LIBRARYNAME = lli-jit
More information about the llvm-commits
mailing list