forked from OSchip/llvm-project
parent
c61f6b0589
commit
1ae0dec9b9
|
@ -1,7 +1,7 @@
|
|||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = dis
|
||||
USEDLIBS = bcreader vmcore support.a cwriter
|
||||
USEDLIBS = bcreader cwriter ipa.a vmcore support.a
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = dis
|
||||
USEDLIBS = bcreader vmcore support.a cwriter
|
||||
USEDLIBS = bcreader cwriter ipa.a vmcore support.a
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue