We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4b066 commit 714c3bbCopy full SHA for 714c3bb
lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionSourceCode.cpp
@@ -641,8 +641,9 @@ Status SwiftExpressionSourceCode::GetText(
641
if (auto process_sp = exe_ctx.GetProcessSP()) {
642
os_vers << getAvailabilityName(triple) << " ";
643
if (options.GetDisableAvailability()) {
644
- // Disable availability by setting the OS version to 9999, the
645
- // placeholder number used for future OS versions.
+ // Disable availability by setting the OS version to 9999. This
+ // placeholder OS version used for future OS versions when building
646
+ // the Swift standard library locally.
647
os_vers << "9999";
648
} else {
649
auto platform = target->GetPlatform();
0 commit comments