Skip to content

Commit 62614d8

Browse files
ylatuyaWardenGnaw
authored andcommitted
Bump lldb-mi commit hash
Fix #6874
1 parent fecfc08 commit 62614d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Build/lldb-mi/lldb-mi.template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parameters:
1919

2020
# Note: Make sure lldb_mi_commit is the same as the one in Extension/cgmanifest.json
2121
# 'CommitHash' for lldb-mi.
22-
lldb_mi_commit: 2388bd74133bc21eac59b2e2bf97f2a30770a315
22+
lldb_mi_commit: 4fe9c663edce2447e114c71851694d8c529b982d
2323

2424
lldb_mi_additional_parameters: "-DUSE_LLDB_FRAMEWORK=1"
2525

@@ -28,9 +28,9 @@ jobs:
2828
timeoutInMinutes: 360
2929
pool:
3030
${{if eq(parameters['llvm_arch'], 'arm64')}}:
31-
name: cpptoolsMacM1pool
31+
vmImage: macos-13-arm64
3232
${{ else }}:
33-
vmImage: macOS-latest
33+
vmImage: macOS-13
3434
steps:
3535
- task: CmdLine@2
3636
displayName: 'Install Dependencies'

Extension/ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ required to debug changes to any libraries licensed under the GNU Lesser General
1717

1818
---------------------------------------------------------
1919

20-
lldb-tools/lldb-mi 2388bd74133bc21eac59b2e2bf97f2a30770a315 - Apache-2.0 WITH LLVM-exception
20+
lldb-tools/lldb-mi 4fe9c663edce2447e114c71851694d8c529b982d - Apache-2.0 WITH LLVM-exception
2121

2222

2323
Copyright (c) 2010 Apple Inc.

Extension/cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Type": "git",
1717
"Git": {
1818
"RepositoryUrl": "https://github.com/lldb-tools/lldb-mi",
19-
"CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315"
19+
"CommitHash": "4fe9c663edce2447e114c71851694d8c529b982d"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)