llvm-mirror/tools/opt/Makefile
Chris Lattner 8b16900b1b Remove asmwriter library from link line, because the useful contents of it
have been incorporated into the vmcore library.

llvm-svn: 2153
2002-04-07 22:35:30 +00:00

8 lines
202 B
Makefile

LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
ipo ipa datastructure target analysis transforms vmcore support
include $(LEVEL)/Makefile.common