[compiler-rt] r226393 - Update for tests failing due to improvements in clang's column information for aggregate expressions
David Blaikie
dblaikie at gmail.com
Sat Jan 17 18:17:56 PST 2015
Author: dblaikie
Date: Sat Jan 17 20:17:55 2015
New Revision: 226393
URL: http://llvm.org/viewvc/llvm-project?rev=226393&view=rev
Log:
Update for tests failing due to improvements in clang's column information for aggregate expressions
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=226393&r1=226392&r2=226393&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp Sat Jan 17 20:17:55 2015
@@ -80,7 +80,7 @@ int main(int, char **argv) {
return s->f() && 0;
case 'n':
- // CHECK-NEW: misaligned.cpp:[[@LINE+4]]:13: runtime error: constructor call on misaligned address [[PTR:0x[0-9a-f]*]] for type 'S', which requires 4 byte alignment
+ // CHECK-NEW: misaligned.cpp:[[@LINE+4]]:21: runtime error: constructor call on misaligned address [[PTR:0x[0-9a-f]*]] for type 'S', which requires 4 byte alignment
// CHECK-NEW-NEXT: [[PTR]]: note: pointer points here
// CHECK-NEW-NEXT: {{^ 00 00 00 01 02 03 04 05}}
// CHECK-NEW-NEXT: {{^ \^}}
More information about the llvm-commits
mailing list