[PATCH] D48073: [MachO] Add lldCommon to LINK_LIBS

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 12 04:17:59 PDT 2018


aheejin created this revision.
aheejin added a reviewer: modocache.
Herald added subscribers: llvm-commits, mgorny.

After https://reviews.llvm.org/D47998 (https://reviews.llvm.org/rL334466), this is necessary to make this build with
`-DSHARED_LIBS=ON` flag.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48073

Files:
  lib/ReaderWriter/MachO/CMakeLists.txt


Index: lib/ReaderWriter/MachO/CMakeLists.txt
===================================================================
--- lib/ReaderWriter/MachO/CMakeLists.txt
+++ lib/ReaderWriter/MachO/CMakeLists.txt
@@ -26,6 +26,7 @@
     Support
 
   LINK_LIBS
+    lldCommon
     lldCore
     lldYAML
     ${LLVM_PTHREAD_LIB}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48073.150927.patch
Type: text/x-patch
Size: 309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180612/fcd39480/attachment.bin>


More information about the llvm-commits mailing list