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 bb8230b commit d1dc504Copy full SHA for d1dc504
compiler-rt/lib/asan/asan_preinit.cpp
@@ -15,7 +15,7 @@
15
using namespace __asan;
16
17
#if SANITIZER_CAN_USE_PREINIT_ARRAY
18
-// This section is linked into the main executable when -fsanitize=hwaddress is
+// This section is linked into the main executable when -fsanitize=address is
19
// specified to perform initialization at a very early stage.
20
__attribute__((section(".preinit_array"), used)) static auto preinit =
21
__asan_init;
0 commit comments