Skip to content

Commit b699bf6

Browse files
committed
[lldb] Replace another inconsequential radar link (NFC)
The existing comment already explains what the problem is. The radar tracks caching negative lookups in xcrun. Having a backlink is handy, but it's not necessary as the radar references the LLDB workaround. Furthermore, we have other places in LLDB that work around xcrun not caching negative that should potentially be reconsidered at that time.
1 parent 144236a commit b699bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ static bool shouldSkipSimulatorPlatform(bool force, const ArchSpec *arch) {
545545
// If the arch is known not to specify a simulator environment, skip creating
546546
// the simulator platform (we can create it later if there's a matching arch).
547547
// This avoids very slow xcrun queries for non-simulator archs (the slowness
548-
// is due to xcrun not caching negative queries (rdar://74882205)).
548+
// is due to xcrun not caching negative queries.
549549
return !force && arch && arch->IsValid() &&
550550
!arch->TripleEnvironmentWasSpecified();
551551
}

0 commit comments

Comments
 (0)