Skip to content

Commit e5b9eca

Browse files
committed
Document macos-setup-codesign.sh
1 parent 3801d83 commit e5b9eca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lldb/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ mkdir myswift
2828
cd myswift
2929
git clone https://github.com/apple/swift.git swift
3030
./swift/utils/update-checkout
31-
./swift/utils/build-script -r --lldb --lldb-use-system-debugserver
31+
./llvm-project/lldb/scripts/macos-setup-codesign.sh
32+
./swift/utils/build-script -r --lldb
3233
```
3334

35+
Note: codesigning setup is not required when using
36+
`--lldb-use-system-debugserver`.
37+
3438
# Contribution Subtleties
3539

3640
The swift-lldb project enhances the core LLDB project developed under

0 commit comments

Comments
 (0)