[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 2 11:58:33 PDT 2006
Changes in directory llvm/tools/llvm-config:
llvm-config.in.in updated: 1.10 -> 1.11
---
Log message:
Convert to standard file header
---
Diffs of the changes: (+9 -4)
llvm-config.in.in | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
Index: llvm/tools/llvm-config/llvm-config.in.in
diff -u llvm/tools/llvm-config/llvm-config.in.in:1.10 llvm/tools/llvm-config/llvm-config.in.in:1.11
--- llvm/tools/llvm-config/llvm-config.in.in:1.10 Fri Jun 2 13:55:36 2006
+++ llvm/tools/llvm-config/llvm-config.in.in Fri Jun 2 13:58:21 2006
@@ -1,14 +1,19 @@
#!@PERL@
+##===- tools/llvm-config ---------------------------------------*- perl -*-===##
+#
+# The LLVM Compiler Infrastructure
#
-# Program: llvm-config
+# This file was developed by Eric Kidd and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
#
# Synopsis: Prints out compiler options needed to build against an installed
# copy of LLVM.
#
# Syntax: llvm-config OPTIONS... [COMPONENTS...]
-#
-# This file was written by Eric Kidd, and is placed into the public domain.
-#
+#
+##===----------------------------------------------------------------------===##
use 5.006;
use strict;
More information about the llvm-commits
mailing list