Compare commits

...
Author SHA1 Message Date
Andoni Morales Alastruey 62614d8fa8 Bump lldb-mi commit hash
Fix #6874
2023-11-06 10:04:33 -08:00
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ parameters:
# Note: Make sure lldb_mi_commit is the same as the one in Extension/cgmanifest.json
# 'CommitHash' for lldb-mi.
lldb_mi_commit: 2388bd74133bc21eac59b2e2bf97f2a30770a315
lldb_mi_commit: 4fe9c663edce2447e114c71851694d8c529b982d
lldb_mi_additional_parameters: "-DUSE_LLDB_FRAMEWORK=1"
@@ -28,9 +28,9 @@ jobs:
timeoutInMinutes: 360
pool:
${{if eq(parameters['llvm_arch'], 'arm64')}}:
name: cpptoolsMacM1pool
vmImage: macos-13-arm64
${{ else }}:
vmImage: macOS-latest
vmImage: macOS-13
steps:
- task: CmdLine@2
displayName: 'Install Dependencies'
+1 -1
View File
@@ -17,7 +17,7 @@ required to debug changes to any libraries licensed under the GNU Lesser General
---------------------------------------------------------
lldb-tools/lldb-mi 2388bd74133bc21eac59b2e2bf97f2a30770a315 - Apache-2.0 WITH LLVM-exception
lldb-tools/lldb-mi 4fe9c663edce2447e114c71851694d8c529b982d - Apache-2.0 WITH LLVM-exception
Copyright (c) 2010 Apple Inc.
+1 -1
View File
@@ -16,7 +16,7 @@
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/lldb-tools/lldb-mi",
"CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315"
"CommitHash": "4fe9c663edce2447e114c71851694d8c529b982d"
}
}
}