Typo fix.
authorAlexander Potapenko <glider@google.com>
Fri, 25 May 2012 15:56:40 +0000 (15:56 +0000)
committerAlexander Potapenko <glider@google.com>
Fri, 25 May 2012 15:56:40 +0000 (15:56 +0000)
llvm-svn: 157477

compiler-rt/lib/asan/asan_rtl.cc

index ac4c1ea..bf40933 100644 (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);
   }