summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 23:13:46 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 23:13:46 +0000
commit8efb9d733faa38cce0cc92719ed05ce7eaa06dd7 (patch)
treee5b784ade3beb011d910ecaa0017e2cb256a29f8 /tools/gccas/Makefile
parent3d0fda2f56a83b45b3673fff430b297da3030d88 (diff)
downloadllvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.gz
llvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.bz2
llvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.xz
Eliminate opt library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1516 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 c5f6a49761..25db47405e 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter scalaropts transforms analysis opt vmcore asmwriter support target
+USEDLIBS = asmparser bcwriter transforms scalaropts target analysis vmcore asmwriter support
include $(LEVEL)/Makefile.common