Skip to content

Commit a8e0b3c

Browse files
committed
Introduce -runtime-compatibility-version flag as a no-op.
Stage in part of swiftlang#25030 so that build systems can start using it.
1 parent 37f230a commit a8e0b3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/swift/Option/Options.td

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,4 +883,8 @@ def vfsoverlay : JoinedOrSeparate<["-"], "vfsoverlay">,
883883
def vfsoverlay_EQ : Joined<["-"], "vfsoverlay=">,
884884
Alias<vfsoverlay>;
885885

886+
// Runtime compatibility version
887+
def runtime_compatibility_version : Separate<["-"], "runtime-compatibility-version">,
888+
Flags<[FrontendOption]>,
889+
HelpText<"Link compatibility library for Swift runtime version, or 'none'">;
886890
include "FrontendOptions.td"

0 commit comments

Comments
 (0)