bc5578c0a2368d2362dc411386e7a6f6c027066a
[oota-llvm.git] / tools / lli / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
4 TOOLLINKOPTS = -ldl
5
6 include $(LEVEL)/Makefile.common
7