mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
558efd4bf0
llvm-svn: 1853
8 lines
170 B
Makefile
8 lines
170 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = lli
|
|
USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
|
|
target transforms
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|