mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
Fixup lldb-argdumper cmake build
forgot to rename in one spot. llvm-svn: 251628
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user