Files
clang-p2996/llvm/lib/ExecutionEngine/Makefile
Chris Lattner 676d4118cf Genericize support for calling functions a bit
Add external method support

llvm-svn: 528
2001-09-10 04:49:44 +00:00

8 lines
158 B
Makefile

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