blob: b5b7c3d26b964103e70ff927b7809d2f714d9862 [file] [log] [blame]
Chris Lattner92101ac2001-08-23 17:05:04 +00001LEVEL = ../..
Chris Lattnerc9744e72001-09-07 22:59:25 +00002TOOLNAME = lli
Chris Lattner56d27012002-07-23 17:52:38 +00003USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
Chris Lattnerb7764012002-09-13 22:20:19 +00004
5# Have gcc tell the linker to export symbols from the program so that
6# dynamically loaded modules can be linked against them.
7#
8TOOLLINKOPTS = -ldl $(ExportSymbols)
Chris Lattnerc9744e72001-09-07 22:59:25 +00009
Chris Lattner92101ac2001-08-23 17:05:04 +000010include $(LEVEL)/Makefile.common