JDevlieghere created this revision.
JDevlieghere added reviewers: kastiglione, davide.
Herald added a subscriber: mgorny.
JDevlieghere requested review of this revision.
Always make `lldb-argdumper` a dependency of `liblldb`. Currently it is only a
dependency of the python swig target because of the relative symlink in the
python resource directory. That means that the dependency won't be there when
`LLDB_ENABLE_PYTHON` is disabled.
https://reviews.llvm.org/D86722
Files:
lldb/tools/argdumper/CMakeLists.txt
Index: lldb/tools/argdumper/CMakeLists.txt
===================================================================
--- lldb/tools/argdumper/CMakeLists.txt
+++ lldb/tools/argdumper/CMakeLists.txt
@@ -4,3 +4,5 @@
LINK_COMPONENTS
Support
)
+
+add_dependencies(liblldb lldb-argdumper)
Index: lldb/tools/argdumper/CMakeLists.txt
===================================================================
--- lldb/tools/argdumper/CMakeLists.txt
+++ lldb/tools/argdumper/CMakeLists.txt
@@ -4,3 +4,5 @@
LINK_COMPONENTS
Support
)
+
+add_dependencies(liblldb lldb-argdumper)
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits