forked from OSchip/llvm-project
parent
a960edd203
commit
4e424b85e3
|
@ -479,13 +479,12 @@ void __asan_init() {
|
|||
|
||||
// flags
|
||||
const char *options = AsanGetEnv("ASAN_OPTIONS");
|
||||
ParseAsanOptions(options);
|
||||
|
||||
if (FLAG_v) {
|
||||
Report("Parsed ASAN_OPTIONS: %s\n", options);
|
||||
}
|
||||
|
||||
ParseAsanOptions(options);
|
||||
|
||||
if (FLAG_atexit) {
|
||||
Atexit(asan_atexit);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue