Skip to content

Commit

Permalink
Use LLDB build 780.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Aug 4, 2019
1 parent e1debdc commit 0659118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"request": "launch",
"program": "${workspaceFolder}/build/adapter2/codelldb",
"args": [
"--preload=${workspaceFolder}/build/lldb/lib/liblldb.so.8.0.0-custom",
"--preload=${workspaceFolder}/build/lldb/lib/liblldb.so.8.0.1-custom",
"--multi-session",
"--port=4711"
],
Expand All @@ -62,7 +62,7 @@
"request": "launch",
"program": "${workspaceFolder}/build/adapter2/codelldb",
"args": [
"--preload=${workspaceFolder}/build/lldb/lib/liblldb.8.0.0-custom.dylib",
"--preload=${workspaceFolder}/build/lldb/lib/liblldb.8.0.1-custom.dylib",
"--multi-session",
"--port=4711"
],
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
lldbBuildId: 666
lldbBuildId: 780
lldbBuildProject: 'llvm'
lldbBuildPipeline: 'llvm-project'
runTests: true
Expand Down

0 comments on commit 0659118

Please sign in to comment.