summaryrefslogtreecommitdiff
path: root/lib/LTO/LLVMBuild.txt
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-08-18 17:51:53 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-08-18 17:51:53 +0000
commit896f064a4900458e3fb245ad3f6fc9e7a3d8c8cd (patch)
tree64a0a25122d1c1bb0ebfd9a5116b45947e14bdd9 /lib/LTO/LLVMBuild.txt
parent3f6954d463fcb6a2403f0a6b2358f50321ae5c59 (diff)
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
folding the code into the main Analysis library. There already wasn't much of a distinction between Analysis and IPA. A number of the passes in Analysis are actually IPA passes, and there doesn't seem to be any advantage to separating them. Moreover, it makes it hard to have interactions between analyses that are both local and interprocedural. In trying to make the Alias Analysis infrastructure work with the new pass manager, it becomes particularly awkward to navigate this split. I've tried to find all the places where we referenced this, but I may have missed some. I have also adjusted the C API to continue to be equivalently functional after this change. Differential Revision: http://reviews.llvm.org/D12075 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO/LLVMBuild.txt')
-rw-r--r--lib/LTO/LLVMBuild.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt
index ea79d5e6a83..7a0ad50fb94 100644
--- a/lib/LTO/LLVMBuild.txt
+++ b/lib/LTO/LLVMBuild.txt
@@ -25,7 +25,6 @@ required_libraries =
BitWriter
CodeGen
Core
- IPA
IPO
InstCombine
Linker