From accf6b014b4c01d6a44b278bb6410d8b73295579 Mon Sep 17 00:00:00 2001 From: Kirill Shmakov Date: Thu, 1 Oct 2020 19:00:51 +0300 Subject: [PATCH] Advance LLDB bundles to 10th version Since we dont have 10th LLDB for Windows currently, only MacOS and Linux are advanced. This relates to #KT-41716 --- konan/konan.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/konan/konan.properties b/konan/konan.properties index e932f1421d9..5084de9b803 100644 --- a/konan/konan.properties +++ b/konan/konan.properties @@ -80,7 +80,7 @@ osVersionMinFlagClang.macos_x64 = -mmacosx-version-min osVersionMin.macos_x64 = 10.11 dependencies.macos_x64 = \ libffi-3.2.1-3-darwin-macos \ - lldb-2-macos + lldb-3-macos target-sysroot-xcode_11_5-macos_x64.default = \ remote:internal @@ -309,7 +309,7 @@ targetToolchain.linux_x64 = target-gcc-toolchain-3-linux-x86-64/x86_64-unknown-l dependencies.linux_x64 = \ target-gcc-toolchain-3-linux-x86-64 \ libffi-3.2.1-2-linux-x86-64 \ - lldb-2-linux + lldb-3-linux gccToolchain.mingw_x64 = target-gcc-toolchain-3-linux-x86-64 targetToolchain.mingw_x64-linux_x64 = msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 @@ -583,6 +583,7 @@ libffiDir.mingw_x64 = libffi-3.2.1-mingw-w64-x86-64 targetToolchain.linux_x64-mingw_x64 = msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 targetToolchain.macos_x64-mingw_x64 = msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 +# for Windows we are currently using LLDB 9 dependencies.mingw_x64 = \ libffi-3.2.1-mingw-w64-x86-64 \ lldb-2-windows