Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6beec commit ca9a09dCopy full SHA for ca9a09d
1 file changed
libcxx/docs/ABIGuarantees.rst
@@ -92,7 +92,7 @@ Linking TUs which have been compiled with different flags affecting code gen
92
There are a lot of compiler (and library) flags which change the code generated for functions. This includes flags like
93
``-O1``, which are guaranteed by the compiler to not change the observable behaviour of a correct program, as well as
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.
+compiled with specific flags only and makes no guarantees for any of the flags not listed below.
96
97
The flags allowed (in any combination) are:
98
- ``-f[no-]exceptions``
0 commit comments