The instructions to build LLDB don't seem to work.
I have built a full macOS toolchain and would now like to just build LLDB. The README in the lldb
folder says I can build it using ./swift/utils/build-script -r --lldb
but this returns an error
ninja: error: unknown target 'swift-benchmark-macosx-arm64'
Am I doing something wrong?