[Lldb-commits] [PATCH] D11450: Fix Mac OS X build, debugserver version handling.
Bruce Mitchener
bruce.mitchener at gmail.com
Thu Jul 23 00:24:46 PDT 2015
brucem added a comment.
Related to this are changes that were made by Todd Fiala last year to not use the version number as it might not be a valid float:
https://github.com/llvm-mirror/lldb/commit/b55b00cb5dac8db75d77868175e2868301ecfd7f
And some changes to support using a pre-processor define by Daniel Malea in 2013:
https://github.com/llvm-mirror/lldb/commit/49dd98a03a868087ce1a292a201618e04cad5e8d
It seems likely that something can be further simplified here.
http://reviews.llvm.org/D11450
More information about the lldb-commits
mailing list