Skip to content

Commit 714c3bb

Browse files
committed
Update comment about OS version 9999
1 parent ff4b066 commit 714c3bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionSourceCode.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,9 @@ Status SwiftExpressionSourceCode::GetText(
641641
if (auto process_sp = exe_ctx.GetProcessSP()) {
642642
os_vers << getAvailabilityName(triple) << " ";
643643
if (options.GetDisableAvailability()) {
644-
// Disable availability by setting the OS version to 9999, the
645-
// placeholder number used for future OS versions.
644+
// Disable availability by setting the OS version to 9999. This
645+
// placeholder OS version used for future OS versions when building
646+
// the Swift standard library locally.
646647
os_vers << "9999";
647648
} else {
648649
auto platform = target->GetPlatform();

0 commit comments

Comments
 (0)