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 | e6e375e7049aefae1e0897f47071f5556e2e07cd (patch) | |
tree | 3e4f51b49c0780d1bd7e2341f7f7c857a470039e /llvm | |
parent | c2996d9a8be56a9a94a7c91c733e6e27e347b7db (diff) | |
download | bcm5719-llvm-e6e375e7049aefae1e0897f47071f5556e2e07cd.tar.gz bcm5719-llvm-e6e375e7049aefae1e0897f47071f5556e2e07cd.zip |
Temporary change to make datastructure stuff link in right
llvm-svn: 4005
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index 64ffd121292..0b901472b34 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/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) |