summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-23 17:52:38 +0000
committerChris Lattner <sabre@nondot.org>2002-07-23 17:52:38 +0000
commit56d27019e6aebd7cfa5d031c832193eb66d75830 (patch)
tree1826962f81136719c70efeb5b598e02b3d7b8321 /tools/opt/Makefile
parentf78a824b3c155f78abbf646da486fda866b4cca6 (diff)
downloadllvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.gz
llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.bz2
llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.xz
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 9b1df54b85..869ba26c00 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -2,7 +2,9 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
- ipo ipa datastructure transforms target analysis transformutils vmcore support
+ ipo ipa.a datastructure.a transforms target.a analysis.a \
+ transformutils vmcore support
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common