diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-06 01:49:57 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-06 01:49:57 +0000 |
| commit | 2e3e65fb6293e59b31f43cb03250d68c6b58820b (patch) | |
| tree | d25d070fcfe49034db4a56a20d23b196b4128eea /lldb/tools/driver/Driver.cpp | |
| parent | 7e23df4437cbb656d57cb2add28b235677c4ad79 (diff) | |
| download | bcm5719-llvm-2e3e65fb6293e59b31f43cb03250d68c6b58820b.tar.gz bcm5719-llvm-2e3e65fb6293e59b31f43cb03250d68c6b58820b.zip | |
[Reproducers] Enable replay from SBRepro.
Now that the LLDB instrumentation macros are in place, we should use
that to test reproducer replay.
Differential revision: https://reviews.llvm.org/D58565
llvm-svn: 355470
Diffstat (limited to 'lldb/tools/driver/Driver.cpp')
| -rw-r--r-- | lldb/tools/driver/Driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp index 8845cb1fe54..ad611426560 100644 --- a/lldb/tools/driver/Driver.cpp +++ b/lldb/tools/driver/Driver.cpp @@ -905,7 +905,7 @@ main(int argc, char const *argv[]) WithColor::error() << "reproducer replay failed: " << error << '\n'; return 1; } - // FIXME: Return once SBReproducer::Replay actually performs the replay. + return 0; } SBError error = SBDebugger::InitializeWithErrorHandling(); |

