Commit a79c4ba
[K/N][caches] Support explicit stdlib passing
The cache directory for stdlib and platform libraries is selected differently as
opposed to all other libraries. This commit fixes a problem in this mechanism if
stdlib is passed explicitly (ot it would be confused with external libraries). Due to
the problem, the stdlib's cache was placed into the directory with other external
libraries caches, but the selecting cache mechanism in the compiler (in CachedLibraries.kt)
only searches for caches in this directory for external libraries (and stdlib isn't
considered external there because of its path).
#KT-69835 Fixed1 parent 72e12c6 commit a79c4ba
File tree
1 file changed
+3
-3
lines changed- kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments