mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
7fa7135b32
llvm-svn: 3707
11 lines
300 B
Makefile
11 lines
300 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = lli
|
|
USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
|
|
|
|
# Have gcc tell the linker to export symbols from the program so that
|
|
# dynamically loaded modules can be linked against them.
|
|
#
|
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
|
|
|
include $(LEVEL)/Makefile.common
|