We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2b7ee commit a0eb6c4Copy full SHA for a0eb6c4
DEPS
@@ -91,6 +91,10 @@ deps = {
91
'url': Var('lldb_eval_url') + '@' + Var('lldb_eval_revision'),
92
'condition': 'checkout_cxx_debugging_extension_deps == True',
93
},
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
+ },
98
99
'buildtools': {
100
'url': Var('buildtools_url') + '@' + Var('buildtools_revision'),
0 commit comments