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 96ae5b0 commit e3fe192Copy full SHA for e3fe192
documentation/swift-compiler/_compiler-architecture.md
@@ -37,7 +37,7 @@ high-level description of the major components of the Swift compiler:
37
[lib/SILGen](https://github.com/swiftlang/swift/tree/main/lib/SILGen))
38
lowers the type-checked AST into so-called "raw" SIL. The design of
39
SIL is described in
40
- [docs/SIL.rst](https://github.com/swiftlang/swift/blob/main/docs/SIL.rst).
+ [docs/SIL/SIL.md](https://github.com/swiftlang/swift/blob/main/docs/SIL/SIL.md).
41
42
* **SIL guaranteed transformations**: The SIL guaranteed
43
transformations (implemented in
0 commit comments