diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-01 22:41:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-01 22:41:01 +0000 |
commit | d2f86e7ce689f8f728882bb6d5ffbcaf7073736e (patch) | |
tree | 1e61cea8ee7caad88774ea229e983a371aa0e9cf /tools/opt/Makefile | |
parent | e68bf61f6f6d267ebe3c6b65e59a32754981edab (diff) | |
download | external_llvm-d2f86e7ce689f8f728882bb6d5ffbcaf7073736e.zip external_llvm-d2f86e7ce689f8f728882bb6d5ffbcaf7073736e.tar.gz external_llvm-d2f86e7ce689f8f728882bb6d5ffbcaf7073736e.tar.bz2 |
Temporary change to make datastructure stuff link in right
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-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 64ffd12..0b90147 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -4,7 +4,7 @@ TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths \ sparc target.a mapping regalloc.a sched select preopts postopts.a \ livevar scalaropts \ - ipo ipa.a datastructure.a transforms target.a analysis \ + ipo ipa.a datastructure transforms target.a analysis \ transformutils vmcore support TOOLLINKOPTS = -ldl $(ExportSymbols) |