Skip to content
Makefile 300 B
Newer Older
LEVEL = ../..
Chris Lattner's avatar
Chris Lattner committed
USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
Chris Lattner's avatar
Chris Lattner committed

# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
TOOLLINKOPTS = -ldl $(ExportSymbols)