Re: [Lldb-commits] [PATCH] D11668: Fix build of lldb on Mavericks after svn rev.243511

2015-07-30 Thread Jason Molenda
jasonmolenda accepted this revision. jasonmolenda added a comment. This revision is now accepted and ready to land. Looks good. I suspected this wouldn't link on older systems. Repository: rL LLVM http://reviews.llvm.org/D11668 ___

[Lldb-commits] [PATCH] D11668: Fix build of lldb on Mavericks after svn rev.243511

2015-07-30 Thread Dawn Perchik
dawn created this revision. dawn added reviewers: jasonmolenda, clayborg. dawn added a subscriber: lldb-commits. dawn set the repository for this revision to rL LLVM. This patch adds a test for __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ around the code which requires 10.10 support to link.