[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:
Kumar Sukhani 2014-12-15 12:16:36 +00:00
parent fef606cf0a
commit 3176f9b65d
1 changed files with 0 additions and 1 deletions

View File

@ -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>