introduce a new CallGraphSCC class, and pass it around
[oota-llvm.git] / tools / opt / Makefile
index 88fd85b7de60cb2730cc9c840af497f500db0d52..726cad87123f24572f5b058c295925818fcab550 100644 (file)
@@ -1,12 +1,14 @@
+##===- tools/opt/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 = opt
 
-USEDLIBS = bcreader bcwriter instrument profpaths \
-          sparc target.a mapping regalloc.a sched select preselect \
-          livevar scalaropts \
-          ipo ipa.a datastructure.a transforms target.a analysis \
-           transformutils vmcore support
-TOOLLINKOPTS = -ldl
+LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
 
 include $(LEVEL)/Makefile.common
-