llvm-6502/tools/opt/Makefile
Anand Shukla 63aaa11506 Changes for 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2797 91177308-0d34-0410-b5e6-96231b3b80d8
2002-06-25 21:43:28 +00:00

16 lines
454 B
Makefile

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