File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Linking TUs which have been compiled with different flags affecting code gen
92
92
There are a lot of compiler (and library) flags which change the code generated for functions. This includes flags like
93
93
``-O1 ``, which are guaranteed by the compiler to not change the observable behaviour of a correct program, as well as
94
94
flags like ``-fexceptions ``, which **do ** change the observable behaviour. libc++ allows linking of TUs which have been
95
- compiled whith specific flags only and makes no guarantees for any of the flags not listed below.
95
+ compiled with specific flags only and makes no guarantees for any of the flags not listed below.
96
96
97
97
The flags allowed (in any combination) are:
98
98
- ``-f[no-]exceptions ``
You can’t perform that action at this time.
0 commit comments