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 d45c846 commit 0728fb8Copy full SHA for 0728fb8
compiler-rt/lib/asan/asan_rtl.cpp
@@ -432,7 +432,7 @@ static bool AsanInitInternal() {
432
433
CacheBinaryName();
434
435
- // Initialize flags and register weak function callbacks for windows.
+ // Initialize flags. On Windows it also also register weak function callbacks.
436
// This must be done early, because most of the initialization steps look at
437
// flags().
438
InitializeFlags();
0 commit comments