Fix memcmp code-gen to honor -fno-builtin.
[oota-llvm.git] / tools / llc / Makefile
index ecd56631a40563365cd7d4b7ea433c91953c1872..b32d5575d53ec2827a25acea2d1294785fce14a5 100644 (file)
@@ -1,8 +1,15 @@
-LEVEL = ../..
-TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc target \
-           instrument.a livevar bcreader bcwriter analysis.a transforms.a \
-          scalaropts.a transformutils.a vmcore support.a
+#===- 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
 
 include $(LEVEL)/Makefile.common