From 68fd8d785e54b5fdd724edb73f4a8852d758ce5b Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Thu, 20 Feb 2025 08:52:26 +0000 Subject: [PATCH] [swift] Add a DEPS entry for the swift repository --- DEPS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEPS b/DEPS index 761ba668ae9..7e321e88977 100644 --- a/DEPS +++ b/DEPS @@ -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'),