From 8b0bde8eb0dc97303f9ee2b38b50010c13efbafd Mon Sep 17 00:00:00 2001 From: Guillaume Lessard Date: Thu, 24 Jul 2025 17:10:55 -0700 Subject: [PATCH] [SwiftOnoneSupport] information about the list of symbols --- stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift b/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift index 841e65b9876..b67fa2675ad 100644 --- a/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift +++ b/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift @@ -19,6 +19,9 @@ import Swift // actual generic function name. The "prespecialize" annotation forces // the actual generic function to be specialized based on the argument // types passed to the proxy function. +// +// The list of symbols generated by prespecialization can be found at the path +// "lib/SILOptimizer/Utils/OnonePrespecializations.def" // ============================================================================= extension Collection {