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 78d0d59 commit ceacb32Copy full SHA for ceacb32
llvm/docs/ReleaseNotes.rst
@@ -247,12 +247,15 @@ Changes to Sanitizers
247
an intended override of a weak symbol, then it must contain at least one weak
248
symbol as well for the override to take effect.
249
250
- Example:
251
- // Add this to make sure your override takes effect
252
- __attribute__((weak,unused)) unsigned __enableOverrides;
+ Example:
253
254
- // Example override
255
- extern "C" const char *__asan_default_options() { ... }
+ .. code-block:: c
+
+ // Add this to make sure your override takes effect
+ __attribute__((weak,unused)) unsigned __enableOverrides;
256
257
+ // Example override
258
+ extern "C" const char *__asan_default_options() { ... }
259
260
Other Changes
261
-------------
0 commit comments