labath added a comment.

What is the indented relationship between CPPLanguage and CPPLanguageRuntime 
plugins (and generally between any Language and its LanguageRuntime)? Right now 
you're having the CPPLanguage depend on the CPPLanguageRuntime plugin. There is 
no reverse dependency, so this may be fine, if that's how we intend things to 
be. However, it's not clear to me whether that's the right way to organize 
things. Intuitively, I'd expect the LanguageRuntime to depend on Language, and 
not the other way around...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64599/new/

https://reviews.llvm.org/D64599



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

Reply via email to