Index: lldb/source/API/SBReproducer.cpp =================================================================== --- lldb/source/API/SBReproducer.cpp +++ lldb/source/API/SBReproducer.cpp @@ -153,6 +153,8 @@ error.append(*version); error.append("reproducer replayed with:\n"); error.append(lldb_private::GetVersion()); + error.append("Pass --reproducer-skip-version-check to disable the " + "reproducer version check.\n"); return error.c_str(); } }