[PATCH] D67371: [UBSan] Follow up fix for r371442.
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 13:59:06 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371453: [UBSan] Follow up fix for r371442. (authored by Dor1s, committed by ).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67371/new/
https://reviews.llvm.org/D67371
Files:
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/fpe.cpp
Index: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/fpe.cpp
===================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/fpe.cpp
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/fpe.cpp
@@ -26,4 +26,4 @@
// CHECK1: ERROR: {{.*}}Sanitizer: FPE
// CHECK1: {{#[0-9]+.* main .*fpe\.cpp}}:[[@LINE-5]]
// CHECK1: DEATH CALLBACK
-// CHECK0-NOT: Sanitizer
+// CHECK0-NOT: {{.*}}Sanitizer: FPE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67371.219433.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/d8eee380/attachment.bin>
More information about the llvm-commits
mailing list