beanz added a comment.

This is definitely not the right fix. Please revert.

ExecutionEngine's LLVMBuild.txt file explicitly lists that RuntimeDyld is a 
required library of ExecutionEngine (as well as a few others). LLVM's CMake 
should be connecting that as an explicit dependency, and for some reason it 
isn't. Adding over-specified dependencies in LLDB to workaround bugs in LLVM is 
not the right approach, and masks problems instead of resolving them.


Repository:
  rL LLVM

https://reviews.llvm.org/D31367



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to