[PATCH] D12819: [compiler-rt] [sanitizers] Move CheckVMASize after flag initialization

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 15:16:08 PDT 2015


samsonov added inline comments.

================
Comment at: lib/asan/asan_rtl.cc:380
@@ -379,1 +379,3 @@
 
+  CheckVMASize();
+
----------------
Fine, but please remove it from `__asan_init`

================
Comment at: lib/tsan/rtl/tsan_rtl.cc:316
@@ -315,3 @@
-
-  CheckVMASize();
-
----------------
So.. where is it now?


http://reviews.llvm.org/D12819





More information about the llvm-commits mailing list