Skip to content

Commit

Permalink
[swift] Add a DEPS entry for the swift repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Feb 20, 2025
1 parent 1b2b7ee commit 68fd8d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ deps = {
'url': Var('lldb_eval_url') + '@' + Var('lldb_eval_revision'),
'condition': 'checkout_cxx_debugging_extension_deps == True',
},
'extensions/cxx_debugging/third_party/swift/src': {
'url': 'https://github.com/kateinoigakukun/swift.git@22c48b6cf8507fe111de643139244eab4d6e50e8',
'condition': 'checkout_cxx_debugging_extension_deps == True',
},

'buildtools': {
'url': Var('buildtools_url') + '@' + Var('buildtools_revision'),
Expand Down

0 comments on commit 68fd8d7

Please sign in to comment.