summaryrefslogtreecommitdiffstats
path: root/stacker/lib/compiler
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-04 22:25:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-04 22:25:16 +0000
commit4087017e4f27b9d3af0bb720bdbd560eff43c85c (patch)
treeb6649a59f31652420ca9495999a8592c1c1cbadc /stacker/lib/compiler
parent1e86e65b835731a60a9aacfc7f7f86a39b49b1f0 (diff)
downloadbcm5719-llvm-4087017e4f27b9d3af0bb720bdbd560eff43c85c.tar.gz
bcm5719-llvm-4087017e4f27b9d3af0bb720bdbd560eff43c85c.zip
Make Stacker makefiles more compliant with LLVM standards.
Fix linkage problems after libLLVMTransforms.a was removed. llvm-svn: 33887
Diffstat (limited to 'stacker/lib/compiler')
-rw-r--r--stacker/lib/compiler/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/stacker/lib/compiler/Makefile b/stacker/lib/compiler/Makefile
index 11276c1517c..a982a658140 100644
--- a/stacker/lib/compiler/Makefile
+++ b/stacker/lib/compiler/Makefile
@@ -1,4 +1,11 @@
-##===- projects/Stacker/lib/compiler/Makefile --------------*- Makefile -*-===##
+#===-- projects/llvm-stacker/lib/compiler/Makefile ----------*- Makefile -*-===#
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Reid Spencer and is distributed under the
+# University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+#===------------------------------------------------------------------------===#
LEVEL := ../..
LIBRARYNAME := stkr_compiler
OpenPOWER on IntegriCloud