mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
8b16900b1b
have been incorporated into the vmcore library. llvm-svn: 2153
7 lines
145 B
Makefile
7 lines
145 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = lli
|
|
USEDLIBS = bcreader vmcore analysis support target transforms
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|