forked from OSchip/llvm-project
parent
f7b31cceec
commit
13e8979767
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
USEDLIBS = bcreader vmcore analysis support target transforms
|
||||
TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl
|
||||
TOOLLINKOPTS = -ldl
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
USEDLIBS = bcreader vmcore analysis support target transforms
|
||||
TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl
|
||||
TOOLLINKOPTS = -ldl
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue