summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-01 02:41:09 +0000
committerChris Lattner <sabre@nondot.org>2001-11-01 02:41:09 +0000
commit068f487ee59a703a6e52ed5b96e222cbf632374a (patch)
tree4cf4cd9bb511ca411310b858544ba531a87cbace /tools/gccas/Makefile
parent591bda986e750146133f31bedcff9952a822f0a7 (diff)
downloadllvm-068f487ee59a703a6e52ed5b96e222cbf632374a.tar.gz
llvm-068f487ee59a703a6e52ed5b96e222cbf632374a.tar.bz2
llvm-068f487ee59a703a6e52ed5b96e222cbf632374a.tar.xz
Move the Raise xform from opt to transforms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r--tools/gccas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 5efda5c1c0..a947f3a8db 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter analysis transforms opt vmcore asmwriter support
+USEDLIBS = asmparser bcwriter analysis transforms opt vmcore asmwriter support target
include $(LEVEL)/Makefile.common