Fix Makefile build by adding LLVMSupport to liblldb

`llvm-mi` now depends on the regex functionality available in LLVM's
support library.

llvm-svn: 248047
This commit is contained in:
Keno Fischer 2015-09-18 21:32:10 +00:00
parent c48497a2f8
commit c021abfaff
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ USEDLIBS = lldbAPI.a \
LLVMMCDisassembler.a \
LLVMProfileData.a \
LLVMObjCARCOpts.a \
LLVMSupport.a \
lldbPluginPlatformMacOSX.a \
lldbPluginPlatformLinux.a \
lldbPluginPlatformWindows.a \