[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
Sat Feb 9 06:04:30 PST 2019


mgorny updated this revision to Diff 186111.
mgorny retitled this revision from "[lldb] [lldb-instr] Add missing linkage to ClangLex" to "[lldb] [lldb-instr] Add missing linkage to clang libraries".
mgorny edited the summary of this revision.
mgorny added a comment.

That's the complete set.


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

https://reviews.llvm.org/D57999

Files:
  lldb/tools/lldb-instr/CMakeLists.txt


Index: lldb/tools/lldb-instr/CMakeLists.txt
===================================================================
--- lldb/tools/lldb-instr/CMakeLists.txt
+++ lldb/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.186111.patch
Type: text/x-patch
Size: 354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190209/8c1734e1/attachment.bin>


More information about the lldb-commits mailing list