[Lldb-commits] [PATCH] D73016: [lldb/CMake] Make it possible to disable plugins at configuration time
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 20 16:18:30 PST 2020
JDevlieghere added a comment.
- I'm aware of the linker issue when you reconfigure. I've spent quite some time investigating this and this seems related to the way libraries to link are cached by CMake. I verified that we're no longer passing the disabled library to target_link_libraries and yet the linker error remains. It looks like this might be fix starting with CMake 3.12 (https://cmake.org/cmake/help/git-stage/policy/CMP0073.html).
- I've uploaded a patch for the system initializers: https://reviews.llvm.org/D73067
Very strong +1 on your last two points. I think I'll experiment a bit and then see which plugins I care about and how they affect the tests. I'll add a comment to the macro saying that using this functionality is a 100% at your own risk.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73016/new/
https://reviews.llvm.org/D73016
More information about the lldb-commits
mailing list