diff options
Diffstat (limited to 'lldb/source/Core')
| -rw-r--r-- | lldb/source/Core/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/source/Core/CMakeLists.txt b/lldb/source/Core/CMakeLists.txt index e45b5e7c84a..f3ce87ae4f2 100644 --- a/lldb/source/Core/CMakeLists.txt +++ b/lldb/source/Core/CMakeLists.txt @@ -69,7 +69,6 @@ add_lldb_library(lldbCore clang-tablegen-targets LINK_LIBS - clangDriver lldbBreakpoint lldbDataFormatters lldbExpression @@ -82,6 +81,9 @@ add_lldb_library(lldbCore lldbPluginObjCLanguage ${LLDB_CURSES_LIBS} + CLANG_LIBS + clangDriver + LINK_COMPONENTS Support Demangle |

