Skip to content

Commit 8b0bde8

Browse files
committed
[SwiftOnoneSupport] information about the list of symbols
1 parent adae6a4 commit 8b0bde8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ import Swift
1919
// actual generic function name. The "prespecialize" annotation forces
2020
// the actual generic function to be specialized based on the argument
2121
// types passed to the proxy function.
22+
//
23+
// The list of symbols generated by prespecialization can be found at the path
24+
// "lib/SILOptimizer/Utils/OnonePrespecializations.def"
2225
// =============================================================================
2326

2427
extension Collection {

0 commit comments

Comments
 (0)