summaryrefslogtreecommitdiff
path: root/tools/gccas
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 /tools/gccas
parentcabc17a293dc1dba30e8d291ebe28c2447b02a15 (diff)
downloadllvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.gz
llvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.bz2
llvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.xz
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 'tools/gccas')
-rw-r--r--tools/gccas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 633e8103e4..144f9cbe42 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -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