mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
db5bc3b4a2
supporting tracing. That should be moved to a "runtime" directory. llvm-svn: 2660
7 lines
188 B
Makefile
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
|