diff options
author | Enrico Granata <granata.enrico@gmail.com> | 2012-02-08 19:57:18 +0000 |
---|---|---|
committer | Enrico Granata <granata.enrico@gmail.com> | 2012-02-08 19:57:18 +0000 |
commit | 5a1bff08dd20afcfc6149f727a3f4ff471ecf146 (patch) | |
tree | d0317784f2a16f56283a24aa61b8698dd9942e84 | |
parent | e18961baafc1da64529f59ee707d1f5c4eb68c69 (diff) | |
download | bcm5719-llvm-5a1bff08dd20afcfc6149f727a3f4ff471ecf146.tar.gz bcm5719-llvm-5a1bff08dd20afcfc6149f727a3f4ff471ecf146.zip |
fixing comment to reflect that currentversion of OSX works with our STL formatters
llvm-svn: 150085
-rw-r--r-- | lldb/examples/synthetic/gnu_libstdcpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/synthetic/gnu_libstdcpp.py b/lldb/examples/synthetic/gnu_libstdcpp.py index f88df53dc90..3265f55bb44 100644 --- a/lldb/examples/synthetic/gnu_libstdcpp.py +++ b/lldb/examples/synthetic/gnu_libstdcpp.py @@ -2,7 +2,7 @@ import re # C++ STL formatters for LLDB # These formatters are based upon the version of the GNU libstdc++ -# as it ships with Mac OS X 10.6.8 and 10.7.0 +# as it ships with Mac OS X 10.6.8 thru 10.7.3 # You are encouraged to look at the STL implementation for your platform # before relying on these formatters to do the right thing for your setup |