1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/tools/lli/Makefile
Chris Lattner 8b16900b1b Remove asmwriter library from link line, because the useful contents of it
have been incorporated into the vmcore library.

llvm-svn: 2153
2002-04-07 22:35:30 +00:00

7 lines
145 B
Makefile

LEVEL = ../..
TOOLNAME = lli
USEDLIBS = bcreader vmcore analysis support target transforms
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common