You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds support for declaring semicolon-separated list-typed
binary options.
I.e. `-Xbinary=foo=bar;baz` parsed to `[bar, baz]` with the nested
parser.
`-Xbinary=foo=` is parsed as an empty list.
Copy file name to clipboardExpand all lines: kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/BinaryOptions.kt
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,16 @@ open class BinaryOptionRegistry {
0 commit comments