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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits