We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268ad13 commit f02744eCopy full SHA for f02744e
runtime/druntime/src/ldc/sanitizers_optionally_linked.d
@@ -26,6 +26,7 @@ version (SupportSanitizers)
26
}
27
28
// Forward declarations of sanitizer functions (only ELF supports optional static linking).
29
+ // See compiler-rt/include/sanitizer/common_interface_defs.h for documentation of these functions.
30
extern(C) @system @nogc nothrow
31
{
32
version (ELF)
0 commit comments