diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-06 18:44:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-06 18:44:29 +0000 |
commit | 71e7bb4bc0432c600401a88754978ccb4d6e0abd (patch) | |
tree | 989af27a19d5d57d079cff6d8f0beed616b507ce /tools/gccas | |
parent | cabc17a293dc1dba30e8d291ebe28c2447b02a15 (diff) | |
download | external_llvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.zip external_llvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.gz external_llvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 633e810..144f9cb 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 |