[lld] Fix shared library build by adding the missing dependency.
authorMichael Liao <michael.hliao@gmail.com>
Mon, 8 Jun 2020 20:12:58 +0000 (16:12 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Mon, 8 Jun 2020 20:12:58 +0000 (16:12 -0400)
lld/MachO/CMakeLists.txt

index a4dc69e..6fe356f 100644 (file)
@@ -24,6 +24,7 @@ add_lld_library(lldMachO2
   Object
   Option
   Support
+  TextAPI
 
   LINK_LIBS
   lldCommon