[Lldb-commits] [Diffusion] rL265498: make TestRegisterVariables slightly more resilient

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 6 03:41:46 PDT 2016


tberghammer added subscribers: lldb-commits, tberghammer.
tberghammer added a comment.

This CL caused a lot of breakage across various Linux/Android builders. I created a fix at http://reviews.llvm.org/rL265527 but please verify it is still working with OSX after that


/lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile:7-11 This change breaks the test for remote debugging when running from OSX to anything else (e.g. android) as the cross compilers don't need this flag. Why you need this here and not in any of the other tests?

Users:
  tfiala (Author)

http://reviews.llvm.org/rL265498





More information about the lldb-commits mailing list