Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SEH] Use reportError instead of report_fatal_error for bad directives | Reid Kleckner | 2017-10-10 | 1 | -2/+1 |
| | | | | | | | | | | This makes the .seh_ directives slightly more usable from standalone assembly files. This removes a large number of report_fatal_errors and recovers from the error by ignoring the directive. llvm-svn: 315262 | ||||
* | Fix .seh_stackalloc 0 | Reid Kleckner | 2014-07-01 | 1 | -0/+11 |
seh_stackalloc 0 is not representable in Win64 SEH info, so emitting it is a bug. Reviewers: rnk Differential Revision: http://reviews.llvm.org/D4334 Patch by Vadim Chugunov! llvm-svn: 212081 |