Use function attributes to indicate that we don't want to realign the stack.
[oota-llvm.git] / tools / llc / Makefile
index 692a50349ffcf1941e16b3bf17126d3ca5df62b8..c24f378bc53891d2c94be103d6c06e5bbf868c71 100644 (file)
@@ -1,6 +1,15 @@
-LEVEL = ../..
-TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt livevar bcreader vmcore asmwriter analysis 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