Export symbols for linux
[oota-llvm.git] / tools / lli / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
4
5 # Have gcc tell the linker to export symbols from the program so that
6 # dynamically loaded modules can be linked against them.
7 #
8 TOOLLINKOPTS = -ldl $(ExportSymbols)
9
10 include $(LEVEL)/Makefile.common