Loading lldb/test/API/lit.cfg.py +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ if 'LLDB_CAPTURE_REPRODUCER' in os.environ: lldb_repro_mode = lit_config.params.get('lldb-run-with-repro', None) if lldb_repro_mode: lit_config.note("Running API tests in {} mode.".format(lldb_repro_mode)) mkdir_p(config.lldb_reproducer_directory) if lldb_repro_mode == 'capture': config.available_features.add('lldb-repro-capture') elif lldb_repro_mode == 'replay': Loading Loading
lldb/test/API/lit.cfg.py +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ if 'LLDB_CAPTURE_REPRODUCER' in os.environ: lldb_repro_mode = lit_config.params.get('lldb-run-with-repro', None) if lldb_repro_mode: lit_config.note("Running API tests in {} mode.".format(lldb_repro_mode)) mkdir_p(config.lldb_reproducer_directory) if lldb_repro_mode == 'capture': config.available_features.add('lldb-repro-capture') elif lldb_repro_mode == 'replay': Loading