diff options
| -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 6c6e0fb98a4..8bb6c47a4b4 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/tools/opt/Makefile @@ -5,7 +5,7 @@ USEDLIBS = bcreader bcwriter instrument profpaths \ sparc mapping regalloc.a sched select codegen preopts \ postopts.a \ livevar scalaropts \ - ipo ipa.a datastructure transforms target.a analysis \ + ipo ipa.a datastructure transforms target.a analysis ipa.a \ transformutils vmcore support TOOLLINKOPTS = -ldl |

