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

Dawn Perchik via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 25 19:52:09 PDT 2015


dawn added a comment.

Hi Ted, 
Your patch is causing it to get set to the dummy target in the 1st call to CreateTargetInternal, so in the recursive call, is_dummy_target is true, so we get the new platform but don't set it.  Removing the tests for "!is_dummy_target &&" in your patch fixes the problem.  Would you go along with that as a fix?


Repository:
  rL LLVM

http://reviews.llvm.org/D12303





More information about the lldb-commits mailing list