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

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 14:54:12 PDT 2017


vsk marked an inline comment as done.
vsk added inline comments.


================
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
 
----------------
eugenis wrote:
> Here as well, no need for %os.
> Will this pass on, say, FreeBSD, without the corresponding CHECK line?
> 
I expect this to pass on FreeBSD. I will remove the '%os' stuff in this test before committing.


https://reviews.llvm.org/D32517





More information about the llvm-commits mailing list