labath added a comment.

In D73016#1830303 <https://reviews.llvm.org/D73016#1830303>, @JDevlieghere 
wrote:

> - 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).


Interesting. This looks like something that we could hac^H^H^Hwork around even 
with cmake<=3.12 by force-setting the appropriate variable to "". If we cared 
enough about this, that is...


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

Reply via email to