File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Here is how to dump the IR after the main phases of the swift compiler
43
43
44
44
swiftc -emit-ir -Xfrontend -disable-llvm-optzns -O file.swift
45
45
46
- 4. **LLVM passes **. To print the LLVM IR afer LLVM passes::
46
+ 4. **LLVM passes **. To print the LLVM IR after LLVM passes::
47
47
48
48
swiftc -emit-ir -O file.swift
49
49
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Analysis` for more information.
114
114
The Compilation's TaskQueue controls the low-level aspects of managing
115
115
subprocesses. Multiple Jobs may execute simultaneously, but communication with
116
116
the parent process (the driver) is handled on a single thread. The level of
117
- parellelism may be controlled by a compiler flag.
117
+ parallelism may be controlled by a compiler flag.
118
118
119
119
If a Job does not finish successfully, the Compilation needs to record which
120
120
jobs have failed, so that they get rebuilt next time the user tries to build
You can’t perform that action at this time.
0 commit comments