1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/lli/Makefile
Vikram S. Adve db5bc3b4a2 Link with test/Libraries/libinstr32.a for runtime routines
supporting tracing.  That should be moved to a "runtime" directory.

llvm-svn: 2660
2002-05-19 16:00:28 +00:00

7 lines
188 B
Makefile

LEVEL = ../..
TOOLNAME = lli
USEDLIBS = bcreader vmcore analysis support target transforms
TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl
include $(LEVEL)/Makefile.common