[Lldb-commits] [PATCH] D11129: Fix for remote-linux test fails: use currently selected platform on target launch
Greg Clayton
clayborg at gmail.com
Mon Jul 13 10:46:23 PDT 2015
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
The target should get the currently selected platform when the target is created as long as the architecture in the supplied executable is compatible with the currently selected platform. It the executable arch isn't compatible, a compatible platform will be auto selected. I don't believe this change is correct and probably should not be committed.
http://reviews.llvm.org/D11129
More information about the lldb-commits
mailing list