[PATCH] D45171: [Polly] abort() on assertion violation.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 12:02:37 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL330467: [isl++] abort() on assertion violation. (authored by Meinersbur, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D45171?vs=140639&id=143359#toc
Repository:
rL LLVM
https://reviews.llvm.org/D45171
Files:
polly/trunk/lib/External/isl/include/isl/isl-noexceptions.h
Index: polly/trunk/lib/External/isl/include/isl/isl-noexceptions.h
===================================================================
--- polly/trunk/lib/External/isl/include/isl/isl-noexceptions.h
+++ polly/trunk/lib/External/isl/include/isl/isl-noexceptions.h
@@ -38,6 +38,7 @@
fputs("Assertion \"" #test "\" failed at " __FILE__ \
":" ISLPP_STRINGIZE(__LINE__) "\n " message "\n", \
stderr); \
+ abort(); \
} while (0)
class boolean {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45171.143359.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/28c4bd43/attachment.bin>
More information about the llvm-commits
mailing list