summaryrefslogtreecommitdiffstats
path: root/lldb/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/CMakeLists.txt')
-rw-r--r--lldb/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt
index 859dc80d70b..f144fe21216 100644
--- a/lldb/CMakeLists.txt
+++ b/lldb/CMakeLists.txt
@@ -143,9 +143,7 @@ macro(add_lldb_library name)
# but it is simple enough to make all of LLDB depend on some of those
# headers without negatively impacting much of anything.
set (LLDB_DEPENDENCIES
- ClangDiagnosticCommon
- #ClangDiagnosticFrontend
- #libclang.so
+ libclang
)
add_dependencies(${name} ${LLDB_DEPENDENCIES})
OpenPOWER on IntegriCloud