summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
blob: b5b7c3d26b964103e70ff927b7809d2f714d9862 (plain)
1
2
3
4
5
6
7
8
9
10
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