[PATCH] D32517: [ubsan] Fall back to the fast unwinder when print_stacktrace=1

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 14:42:43 PDT 2017


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/ubsan/TestCases/TypeCheck/misaligned.cpp:51
     // CHECK-Linux-STACK-LOAD: #0 {{.*}}main{{.*}}misaligned.cpp
-    // Check for the already checked line to avoid lit error reports.
-    // CHECK-Darwin-STACK-LOAD: {{ }}
+    // CHECK-Darwin-STACK-LOAD: #0 {{.*}}main{{.*}}misaligned.cpp
 
----------------
Here as well, no need for %os.
Will this pass on, say, FreeBSD, without the corresponding CHECK line?



https://reviews.llvm.org/D32517





More information about the llvm-commits mailing list