[Lldb-commits] [PATCH] D57999: [lldb] [lldb-instr] Add missing linkage to clang libraries

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 11 02:02:28 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB353680: [lldb] [lldb-instr] Add missing linkage to clang libraries (authored by mgorny, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57999?vs=186111&id=186200#toc

Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57999/new/

https://reviews.llvm.org/D57999

Files:
  tools/lldb-instr/CMakeLists.txt


Index: tools/lldb-instr/CMakeLists.txt
===================================================================
--- tools/lldb-instr/CMakeLists.txt
+++ tools/lldb-instr/CMakeLists.txt
@@ -5,6 +5,9 @@
     clangAST
     clangBasic
     clangFrontend
+    clangLex
+    clangRewrite
+    clangSerialization
     clangTooling
 
   LINK_COMPONENTS


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57999.186200.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190211/a9f8c85d/attachment-0001.bin>


More information about the lldb-commits mailing list