[Lldb-commits] [PATCH] D12303: Fix for dotest.py ERRORs on OSX caused by svn rev.237053.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 25 09:38:35 PDT 2015


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Unless you really know what you are doing, I don't want anyone playing with this code just to fix some random test case.

What must remain true: we first try the currently selected platform, but we must make sure it is compatible with the architecture of the binary specified and the arch that was specified. If the platform and arch are compatible with the current platform, we use it. Else we find a platform that will work with the current binary and specified architecture (either of which can be missing).


Repository:
  rL LLVM

http://reviews.llvm.org/D12303





More information about the lldb-commits mailing list