diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 21:43:28 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 21:43:28 +0000 |
commit | 63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa (patch) | |
tree | fcd6844d9cc879c1d242ab0cc22c85291d91211f /tools/opt/Makefile | |
parent | e6f74a9ce89bd1762cddef1ec9d1572602d27163 (diff) | |
download | external_llvm-63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa.zip external_llvm-63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa.tar.gz external_llvm-63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa.tar.bz2 |
Changes for 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index cfe97d7..989bc64 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,7 +1,15 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ + +#USEDLIBS = bcreader bcwriter profpaths \ +# analysis transforms vmcore support + + +USEDLIBS = bcreader bcwriter instrument profpaths \ ipo ipa datastructure transforms target analysis transformutils vmcore support +#USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ +# ipo ipa datastructure transforms target analysis transformutils vmcore support + include $(LEVEL)/Makefile.common |