We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3801d83 commit e5b9ecaCopy full SHA for e5b9eca
lldb/README.md
@@ -28,9 +28,13 @@ mkdir myswift
28
cd myswift
29
git clone https://github.com/apple/swift.git swift
30
./swift/utils/update-checkout
31
-./swift/utils/build-script -r --lldb --lldb-use-system-debugserver
+./llvm-project/lldb/scripts/macos-setup-codesign.sh
32
+./swift/utils/build-script -r --lldb
33
```
34
35
+Note: codesigning setup is not required when using
36
+`--lldb-use-system-debugserver`.
37
+
38
# Contribution Subtleties
39
40
The swift-lldb project enhances the core LLDB project developed under
0 commit comments