Remove asmwriter library from link line, because the useful contents of it
[oota-llvm.git] / tools / lli / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 USEDLIBS = bcreader vmcore analysis support target transforms
4 TOOLLINKOPTS = -ldl
5
6 include $(LEVEL)/Makefile.common