[lld] 43793b8 - [lld] Fix shared library build by adding the missing dependency.
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 13:13:45 PDT 2020
Author: Michael Liao
Date: 2020-06-08T16:12:58-04:00
New Revision: 43793b89a0792439588ba1b18f46a62d0b401cc7
URL: https://github.com/llvm/llvm-project/commit/43793b89a0792439588ba1b18f46a62d0b401cc7
DIFF: https://github.com/llvm/llvm-project/commit/43793b89a0792439588ba1b18f46a62d0b401cc7.diff
LOG: [lld] Fix shared library build by adding the missing dependency.
Added:
Modified:
lld/MachO/CMakeLists.txt
Removed:
################################################################################
diff --git a/lld/MachO/CMakeLists.txt b/lld/MachO/CMakeLists.txt
index a4dc69ea3593..6fe356f51589 100644
--- a/lld/MachO/CMakeLists.txt
+++ b/lld/MachO/CMakeLists.txt
@@ -24,6 +24,7 @@ add_lld_library(lldMachO2
Object
Option
Support
+ TextAPI
LINK_LIBS
lldCommon
More information about the llvm-commits
mailing list