[compiler-rt] r224243 - [ubsan][arm] supporting misaligned testcase

Kumar Sukhani kumarsukhani at gmail.com
Mon Dec 15 04:16:36 PST 2014


Author: sdkie
Date: Mon Dec 15 06:16:36 2014
New Revision: 224243

URL: http://llvm.org/viewvc/llvm-project?rev=224243&view=rev
Log:
[ubsan][arm] supporting misaligned testcase

After previous commit: http://reviews.llvm.org/rL224242, misaligned testcase is now supported on ARM also

Modified:
    compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp

Modified: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp?rev=224243&r1=224242&r2=224243&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp Mon Dec 15 06:16:36 2014
@@ -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>
 





More information about the llvm-commits mailing list