llvm-6502/tools/opt/Makefile
Chris Lattner 955f899bcd Add support to call LevelRaise
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-20 19:16:47 +00:00

11 lines
258 B
Makefile

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: opt
clean ::
rm -f opt
opt : $(ObjectsG) ../../lib/Optimizations/Debug/libopt.a
$(LinkG) -o $@ $(ObjectsG) -lopt -lbcreader -lbcwriter \
-lasmwriter -lanalysis -lvmcore