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 27bc1c7 commit f19714dCopy full SHA for f19714d
compiler-rt/lib/asan/asan_flags.cpp
@@ -236,7 +236,8 @@ void InitializeFlags() {
236
reinterpret_cast<uptr>(__asan_default_options), []() {
237
// We call `InitializeDefaultFlags` again, instead of just parsing
238
// `__asan_default_options` directly, to ensure that flags set through
239
- // `ASAN_OPTS` take precedence over those set through `__asan_default_options`.
+ // `ASAN_OPTS` take precedence over those set through
240
+ // `__asan_default_options`.
241
InitializeDefaultFlags();
242
ProcessFlags();
243
ApplyFlags();
0 commit comments