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 8f56d4d commit b5ae063Copy full SHA for b5ae063
llvm/docs/ReleaseNotes.rst
@@ -188,12 +188,15 @@ Changes to Sanitizers
188
an intended override of a weak symbol, then it must contain at least one weak
189
symbol as well for the override to take effect.
190
191
- Example:
192
- // Add this to make sure your override takes effect
193
- __attribute__((weak,unused)) unsigned __enableOverrides;
+ Example:
194
195
- // Example override
196
- extern "C" const char *__asan_default_options() { ... }
+ .. code-block:: c
+
+ // Add this to make sure your override takes effect
+ __attribute__((weak,unused)) unsigned __enableOverrides;
197
198
+ // Example override
199
+ extern "C" const char *__asan_default_options() { ... }
200
201
202
Other Changes
0 commit comments