Vendor import of compiler-rt release_50 branch r312293:

https://llvm.org/svn/llvm-project/compiler-rt/branches/release_50@312293
This commit is contained in:
Dimitry Andric 2017-09-01 16:29:15 +00:00
parent 965351a4eb
commit 625108084a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/compiler-rt/dist/; revision=323092
svn path=/vendor/compiler-rt/compiler-rt-release_501-r320880/; revision=326903; tag=vendor/compiler-rt/compiler-rt-release_501-r320880

View file

@ -29,8 +29,9 @@
// RUN: | FileCheck %s --check-prefixes=CHECK-MALLOC-REALLOC,CHECK-NULL
// ASan shadow memory on s390 is too large for this test.
// AArch64 bots fail on this test.
// TODO(alekseys): Android lit do not run ulimit on device.
// UNSUPPORTED: s390,android
// UNSUPPORTED: s390,android,arm,aarch64
#include <stdlib.h>
#include <string.h>