diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index c696d4070e4c..869ba26c0041 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/tools/opt/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ - ipo ipa.a datastructure.a transforms target.a analysis \ + ipo ipa.a datastructure.a transforms target.a analysis.a \ transformutils vmcore support TOOLLINKOPTS = -ldl