Commit 80518f5
[K/N] Enable coreSymbolicationImageListType=only_kotlin, fix KT-75992
This commit enables the mentioned option by default to fix support for
stacktrace symbolication on simulators from Xcode 16.3.
As a result, Swift file names and line numbers are not included into
Kotlin exception stacktraces anymore (KT-76511).
It is considered the lesser evil.
^KT-75992 Fixed
^KT-76511 Open1 parent 06a530d commit 80518f5
2 files changed
Lines changed: 5 additions & 3 deletions
File tree
- kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan
- native/native.tests/testData/framework/stacktrace
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | 164 | | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments