summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
blob: a0e73d715001191f7fc267b10d454f324e977ca0 (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

include $(LEVEL)/Makefile.common