llvm-6502/lib/ExecutionEngine/Makefile

8 lines
170 B
Makefile
Raw Normal View History

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