Remove the #define USE_CACHE since the formatters cache has been operational for...
authorEnrico Granata <egranata@apple.com>
Wed, 26 Jun 2013 01:03:38 +0000 (01:03 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 26 Jun 2013 01:03:38 +0000 (01:03 +0000)
commitc2a96407c5fc10198a8640445c2b44d057addd26
treec4a6926b459c660c1c3e94c529bef3b01b4630cf
parent15571f1571d3454c60c9709283e337c359abab42
Remove the #define USE_CACHE since the formatters cache has been operational for a while now and has not caused issues that warrant disabling it
Also, print the cache hits statistics if the log is in debugging mode vs. LLDB being a debug build - this should make it easier to gather useful metrics on cache success rate for real users

llvm-svn: 184900
lldb/source/DataFormatters/FormatManager.cpp