mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
[ASan] Disable aligned_alloc-alignment.cc on ppc64be
Differential Revision: https://reviews.llvm.org/D44404 llvm-svn: 328742
This commit is contained in:
parent
5062d7a22d
commit
239533319f
@ -2,10 +2,8 @@
|
||||
// RUN: %env_asan_opts=allocator_may_return_null=0 not %run %t 2>&1 | FileCheck %s
|
||||
// RUN: %env_asan_opts=allocator_may_return_null=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-NULL
|
||||
|
||||
// UNSUPPORTED: android
|
||||
|
||||
// FIXME(alekseyshl): Fix this test under GCC.
|
||||
// REQUIRES: Clang
|
||||
// FIXME(alekseyshl): #0 frame does not look as expected on ppc64be, fix it.
|
||||
// UNSUPPORTED: android,powerpc64be
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user