Skip to content

Commit f02744e

Browse files
authored
Improve documentation of sanitizers_optionally_linked.d (#4820)
1 parent 268ad13 commit f02744e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/druntime/src/ldc/sanitizers_optionally_linked.d

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ version (SupportSanitizers)
2626
}
2727

2828
// 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.
2930
extern(C) @system @nogc nothrow
3031
{
3132
version (ELF)

0 commit comments

Comments
 (0)