diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-04 22:25:16 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-04 22:25:16 +0000 |
| commit | 4087017e4f27b9d3af0bb720bdbd560eff43c85c (patch) | |
| tree | b6649a59f31652420ca9495999a8592c1c1cbadc /stacker/lib/compiler | |
| parent | 1e86e65b835731a60a9aacfc7f7f86a39b49b1f0 (diff) | |
| download | bcm5719-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/Makefile | 9 |
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 |

