From d2f86e7ce689f8f728882bb6d5ffbcaf7073736e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 1 Oct 2002 22:41:01 +0000 Subject: 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 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/Makefile') 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) -- cgit v1.1