We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f7d96 commit a6bd36eCopy full SHA for a6bd36e
compiler-rt/test/asan/TestCases/zero_alloc.cpp
@@ -1,5 +1,8 @@
1
// RUN: %clang_asan -Wno-alloc-size -fsanitize-recover=address %s -o %t && %env_asan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s
2
3
+// UNSUPPORTED: darwin
4
+// UNSUPPORTED: ios
5
+
6
#include <malloc.h>
7
#include <stdio.h>
8
0 commit comments