Skip to content

Commit 50d0118

Browse files
Adding some links on SIL docs.
1 parent bc884d4 commit 50d0118

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/SIL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ representation that can be used for code distribution, but it can also express
2929
target-specific concepts as well as LLVM can.
3030

3131
For more information on developing the implementation of SIL and SIL passes, see
32-
SILProgrammersManual.md.
32+
`SILProgrammersManual.md <SILProgrammersManual.md>`_ .
3333

3434
SIL in the Swift Compiler
3535
-------------------------

docs/SILProgrammersManual.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document provides information for developers working on the
44
implementation of SIL. The formal specification of the Swift
5-
Intermediate _Language_ is in SIL.rst. This is a guide to the internal
5+
Intermediate _Language_ is in [SIL.rst](SIL.rst). This is a guide to the internal
66
implementation. Source comments normally provide this level of
77
information as much as possible. However, some features of the
88
implementation are spread out across the source base. This
@@ -176,6 +176,6 @@ PassManager and its available analyses.
176176

177177
## High Level SIL Optimizations
178178

179-
HighLevelSILOptimizations.rst discusses how the optimizer imbues
179+
[HighLevelSILOptimizations.rst](HighLevelSILOptimizations.rst) discusses how the optimizer imbues
180180
certain special SIL types and SIL functions with higher level
181181
semantics.

0 commit comments

Comments
 (0)