summaryrefslogtreecommitdiff
path: root/lib/Analysis/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-06 18:44:29 +0000
committerChris Lattner <sabre@nondot.org>2002-03-06 18:44:29 +0000
commit71e7bb4bc0432c600401a88754978ccb4d6e0abd (patch)
tree989af27a19d5d57d079cff6d8f0beed616b507ce /lib/Analysis/Makefile
parentcabc17a293dc1dba30e8d291ebe28c2447b02a15 (diff)
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
Diffstat (limited to 'lib/Analysis/Makefile')
-rw-r--r--lib/Analysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 3979709be83..69359afb8f0 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -3,7 +3,7 @@ LEVEL = ../..
LIBRARYNAME = analysis
-DIRS = LiveVar
+DIRS = LiveVar IPA
include $(LEVEL)/Makefile.common