[K/N][debug] Update LLDB bundle to support Apple Silicon

This is related to KTIJ-18889
This commit is contained in:
Kirill Shmakov
2021-06-21 20:07:30 +03:00
parent 5a6f07402b
commit 5fdbcb3dd1
+3 -1
View File
@@ -123,7 +123,7 @@ osVersionMin.macos_x64 = 10.11
runtimeDefinitions.macos_x64 = KONAN_OSX=1 KONAN_MACOSX=1 KONAN_X64=1 KONAN_OBJC_INTEROP=1 \
KONAN_CORE_SYMBOLICATION=1
dependencies.macos_x64 = \
lldb-3-macos
lldb-4-macos
target-sysroot-xcode_12_2-macos_x64.default = \
remote:internal
@@ -162,6 +162,8 @@ osVersionMinFlagLd.macos_arm64 = -macosx_version_min
osVersionMin.macos_arm64 = 11.0
runtimeDefinitions.macos_arm64 = KONAN_OSX=1 KONAN_MACOSX=1 KONAN_ARM64=1 KONAN_OBJC_INTEROP=1 \
KONAN_CORE_SYMBOLICATION=1
dependencies.macos_arm64 = \
lldb-4-macos
target-sysroot-xcode_12_2-macos_arm64.default = \