[ubsan][arm] supporting misaligned testcase
After previous commit: http://reviews.llvm.org/rL224242, misaligned testcase is now supported on ARM also llvm-svn: 224243
This commit is contained in:
parent
fef606cf0a
commit
3176f9b65d
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
// RUN: %clangxx -fsanitize=alignment -fno-sanitize-recover %s -O3 -o %t
|
||||
// RUN: not %run %t w1 2>&1 | FileCheck %s --check-prefix=CHECK-WILD
|
||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
||||
|
||||
#include <new>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue