diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:13:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:13:46 +0000 |
commit | 8efb9d733faa38cce0cc92719ed05ce7eaa06dd7 (patch) | |
tree | e5b784ade3beb011d910ecaa0017e2cb256a29f8 /tools/opt | |
parent | 3d0fda2f56a83b45b3673fff430b297da3030d88 (diff) | |
download | external_llvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.zip external_llvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.gz external_llvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.bz2 |
Eliminate opt library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt')
-rw-r--r-- | tools/opt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index a4c1110..a48cb74 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,6 +1,7 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms scalaropts ipo target analysis +USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \ + scalaropts ipo target analysis vmcore support include $(LEVEL)/Makefile.common |