Skip to content

Commit b15a9de

Browse files
committed
Bump lldb-mi commit hash
Fix microsoft#6874
1 parent fecfc08 commit b15a9de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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

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)