Skip to content

Commit d7387e0

Browse files
committed
Added device presets for LLDB that build the static device stdlib.
1 parent 3456d04 commit d7387e0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

utils/build-presets.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,13 +1002,33 @@ mixin-preset=
10021002

10031003
assertions
10041004

1005+
[preset: LLDB_Swift_DebugAssert_with_devices]
1006+
mixin-preset=
1007+
LLDB_Swift_DebugAssert
1008+
1009+
ios
1010+
tvos
1011+
watchos
1012+
build-swift-static-stdlib
1013+
build-swift-static-sdk-overlay
1014+
10051015
[preset: LLDB_Swift_ReleaseAssert]
10061016
mixin-preset=
10071017
LLDB_Nested
10081018

10091019
release-debuginfo
10101020
assertions
10111021

1022+
[preset: LLDB_Swift_ReleaseAssert_with_devices]
1023+
mixin-preset=
1024+
LLDB_Swift_ReleaseAssert
1025+
1026+
ios
1027+
tvos
1028+
watchos
1029+
build-swift-static-stdlib
1030+
build-swift-static-sdk-overlay
1031+
10121032
#===------------------------------------------------------------------------===#
10131033
# Test all platforms on OS X builder
10141034
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)