mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
34c9e1a6fb
Add external method support llvm-svn: 528
8 lines
158 B
Makefile
8 lines
158 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = lli
|
|
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|