Fix -DBUILD_SHARED_LIBS=1 build

This was broken in rL334466

llvm-svn: 334507
This commit is contained in:
Sam Clegg 2018-06-12 14:51:18 +00:00
parent 0783921987
commit 724c217393
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ add_lld_library(lldMachO
Support
LINK_LIBS
lldCommon
lldCore
lldYAML
${LLVM_PTHREAD_LIB}