Use function attributes to indicate that we don't want to realign the stack.
[oota-llvm.git] / tools / llc / Makefile
index b656c0d26c8cd28cb0ba0973d14606c363220fef..c24f378bc53891d2c94be103d6c06e5bbf868c71 100644 (file)
@@ -1,7 +1,15 @@
-LEVEL = ../..
-TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc regalloc sched select target \
-           instrument livevar bcreader bcwriter transforms analysis scalaropts vmcore asmwriter support
+#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../..
+TOOLNAME := llc
+LINK_COMPONENTS := all-targets bitreader asmparser irreader
 
 include $(LEVEL)/Makefile.common