mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 19:15:30 +00:00
Pull interprocedural analyses out of Analysis library into their own lib
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cabc17a293
commit
71e7bb4bc0
@ -3,7 +3,7 @@ LEVEL = ../..
|
||||
|
||||
LIBRARYNAME = analysis
|
||||
|
||||
DIRS = LiveVar
|
||||
DIRS = LiveVar IPA
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = analyze
|
||||
USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis transforms support
|
||||
USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis ipa transforms support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = gccas
|
||||
USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms vmcore asmwriter support
|
||||
USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore asmwriter support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -1,7 +1,7 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
|
||||
ipo target analysis transforms vmcore support
|
||||
ipo ipa target analysis transforms vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user