Skip to content

Commit a0eb6c4

Browse files
[swift] Add a DEPS entry for the swift repository
1 parent 1b2b7ee commit a0eb6c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEPS

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ deps = {
9191
'url': Var('lldb_eval_url') + '@' + Var('lldb_eval_revision'),
9292
'condition': 'checkout_cxx_debugging_extension_deps == True',
9393
},
94+
'extensions/cxx_debugging/third_party/swift/src': {
95+
'url': 'https://github.com/kateinoigakukun/swift.git@22c48b6cf8507fe111de643139244eab4d6e50e8',
96+
'condition': 'checkout_cxx_debugging_extension_deps == True',
97+
},
9498

9599
'buildtools': {
96100
'url': Var('buildtools_url') + '@' + Var('buildtools_revision'),

0 commit comments

Comments
 (0)