diff options
| -rw-r--r-- | llvm/tools/opt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index 4c38c76dfec..da7ee0d2a57 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/tools/opt/Makefile @@ -4,8 +4,7 @@ TOOLNAME = opt USEDLIBS = bcreader bcwriter \ instrument profpaths scalaropts \ ipo ipa.a datastructure transforms target.a analysis \ - transformutils vmcore support - + transformutils vmcore support instloops TOOLLINKOPTS = $(PLATFORMLIBDL) include $(LEVEL)/Makefile.common |

