Fixup lldb-argdumper cmake build

forgot to rename in one spot.

llvm-svn: 251628
This commit is contained in:
Pavel Labath 2015-10-29 14:14:24 +00:00
parent 0ff1ce4038
commit 6e813bbf27
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if (NOT LLDB_DISABLE_PYTHON)
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py
COMMENT "Python script sym-linking LLDB Python API")
# We depend on liblldb being built before we can do this step.
add_dependencies(finish_swig liblldb argdumper)
add_dependencies(finish_swig liblldb lldb-argdumper)
# If we build the readline module, we depend on that happening
# first.