diff options
author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-02-02 17:08:25 +0000 |
---|---|---|
committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-02-02 17:08:25 +0000 |
commit | 6a4ea636f30fc9c458857b429350a7712866d60e (patch) | |
tree | 47b1e5603e5ad10dd765bcb6fd77d460c33cf1a2 /libcxx/test/std/algorithms/alg.sorting | |
parent | d21194f71246d5fa2f9530b2fb70e1778fc77ef9 (diff) | |
download | bcm5719-llvm-6a4ea636f30fc9c458857b429350a7712866d60e.tar.gz bcm5719-llvm-6a4ea636f30fc9c458857b429350a7712866d60e.zip |
Fix log file generation in lldb-mi.
When it runs, lldb-mi creates a log file. There is an option --noLog
to disable the creation but it does not work and you end up with log
file. This happens as log is enabled in a few places in the code
although it has been disabled by this option.
This commit tried to fix the problem in the following way.
Log file generation is disabled by default.
You can enable it by giving --log option. It is the only way to enable
it. Rest of the call have been removed.
So the code basically remove the calls that enable the log
unconditionally and changes the option --noLog to --log.
llvm-svn: 227810
Diffstat (limited to 'libcxx/test/std/algorithms/alg.sorting')
0 files changed, 0 insertions, 0 deletions