[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 25 12:03:59 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL298776: Expression: add missing linkage to RuntimeDyld component (authored by mgorny).

Changed prior to commit:
  https://reviews.llvm.org/D31367?vs=93041&id=93051#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31367

Files:
  lldb/trunk/source/Expression/CMakeLists.txt


Index: lldb/trunk/source/Expression/CMakeLists.txt
===================================================================
--- lldb/trunk/source/Expression/CMakeLists.txt
+++ lldb/trunk/source/Expression/CMakeLists.txt
@@ -34,5 +34,6 @@
   LINK_COMPONENTS
     Core
     ExecutionEngine
+    RuntimeDyld
     Support
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31367.93051.patch
Type: text/x-patch
Size: 318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170325/bc17a31f/attachment.bin>


More information about the lldb-commits mailing list