summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/simple_stack.c
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-12-29 18:19:36 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-12-29 18:19:36 +0000
commit90b6344c56c514eb38a83a25e11dd8778e2ec1bc (patch)
tree0d5f0635569ff5f5f9291a021b5761e8a1d2fa81 /compiler-rt/test/tsan/simple_stack.c
parent3945d1bd99ab7b638980adeff016e60b13f95298 (diff)
downloadbcm5719-llvm-90b6344c56c514eb38a83a25e11dd8778e2ec1bc.tar.gz
bcm5719-llvm-90b6344c56c514eb38a83a25e11dd8778e2ec1bc.zip
Reapply debug info changes now that r224385 has been recommitted to clang (in r224941)
llvm-svn: 224942
Diffstat (limited to 'compiler-rt/test/tsan/simple_stack.c')
-rw-r--r--compiler-rt/test/tsan/simple_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/simple_stack.c b/compiler-rt/test/tsan/simple_stack.c
index 87367033b4c..62840c27dc1 100644
--- a/compiler-rt/test/tsan/simple_stack.c
+++ b/compiler-rt/test/tsan/simple_stack.c
@@ -53,7 +53,7 @@ int main() {
// CHECK-NEXT: #1 bar1{{.*}} {{.*}}simple_stack.c:14{{(:3)?}} ({{.*}})
// CHECK-NEXT: #2 Thread1{{.*}} {{.*}}simple_stack.c:28{{(:3)?}} ({{.*}})
// CHECK: Previous read of size 4 at {{.*}} by thread T2:
-// CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack.c:18{{(:3)?}} ({{.*}})
+// CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack.c:18{{(:20)?}} ({{.*}})
// CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack.c:23{{(:3)?}} ({{.*}})
// CHECK-NEXT: #2 Thread2{{.*}} {{.*}}simple_stack.c:33{{(:3)?}} ({{.*}})
// CHECK: Thread T1 (tid={{.*}}, running) created by main thread at:
OpenPOWER on IntegriCloud