[Lldb-commits] [PATCH] D13948: [AppleObjCRuntime] Don't bother looking for the runtime on non-apple targets
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 21 10:45:33 PDT 2015
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
This is really the fault of AppleObjCRuntimeV1::CreateInstance() and AppleObjCRuntimeV2::CreateInstance() not checking the triple to begin with, but this is a simple solution that will effectively fix both places. Looks good.
http://reviews.llvm.org/D13948
More information about the lldb-commits
mailing list