Open
Description
The following issues should be addressed in GettingStarted.md when you're trying to build for Linux:
- lldb is not built by default, so folks should pass
-l
tobuild-script
to ensure it's built; $PATH
needs to have the build results of llvm-project and swift added to it (possibly others); and$LLVM_SYMBOLIZER_PATH
should be set.
(Will update if I find more issues before I get to a PR.)