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
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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits