diff options
author | Chris Lattner <sabre@nondot.org> | 2001-11-26 19:21:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-11-26 19:21:02 +0000 |
commit | aa4730d9c33127c71af3df3b1e92fa8284d89252 (patch) | |
tree | 230187feb7941a79c4375033473997607f3df906 /tools | |
parent | aca8e90cd9f632ffcedbf0ce97bf4c22c955a3d8 (diff) | |
download | external_llvm-aa4730d9c33127c71af3df3b1e92fa8284d89252.zip external_llvm-aa4730d9c33127c71af3df3b1e92fa8284d89252.tar.gz external_llvm-aa4730d9c33127c71af3df3b1e92fa8284d89252.tar.bz2 |
Link to ipo library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 2e07a1f..903591c 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms target analysis +USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms ipo target analysis include $(LEVEL)/Makefile.common |