Update sos.md (#4570)
authorNoah Falk <noahfalk@users.noreply.github.com>
Fri, 29 Mar 2024 22:49:23 +0000 (15:49 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 22:49:23 +0000 (15:49 -0700)
Get rid of outdated lldb-3.9 instructions

documentation/sos.md

index 45d83740c6ba964c2e2299bfb479319b03be7215..fe05a13f8378990b195bd1538cba83e64c3f8ade 100644 (file)
@@ -7,7 +7,7 @@ SOS is a debugger extension that allows a developer to inspect the managed state
 
 ## Getting lldb
 
-Getting a version of lldb that works for your platform can be a problem sometimes. The version has to be at least 3.9 or greater because of a bug running SOS on a core dump that was fixed. Some Linux distros like Ubuntu it is easy as `sudo apt-get install lldb-3.9 python-lldb-3.9`. On other distros, you will need to build lldb. The directions below should give you some guidance.
+Getting a version of lldb depends on your platform and distro. Check the links below for more details:
 
 * [Linux Instructions](lldb/linux-instructions.md)
 * [MacOS Instructions](lldb/osx-instructions.md)