[PATCH] D14979: [asan] Correctly release memory allocated during early startup.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 11:18:58 PST 2015


eugenis added inline comments.

================
Comment at: test/asan/TestCases/Linux/calloc-preload.c:11
@@ +10,3 @@
+// REQUIRES: not-android
+
+#include <stdio.h>
----------------
ygribov wrote:
> That's Evgeniy's code, also used in other tests. Perhaps fix this in separate commit?
Yes, this should be replaced with UNSUPPORTED. Other occurrencies could be fixed in a separate commit, but there no reason to use not-android in newly added tests.



http://reviews.llvm.org/D14979





More information about the llvm-commits mailing list