llvm-mirror/tools/lli/Makefile

7 lines
153 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = lli
USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common