Typo fix.

llvm-svn: 157477
This commit is contained in:
Alexander Potapenko 2012-05-25 15:56:40 +00:00
parent a960edd203
commit 4e424b85e3
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}