summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/COFF/seh-stackalloc-zero.s
Commit message (Collapse)AuthorAgeFilesLines
* [SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner2017-10-101-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 0Reid Kleckner2014-07-011-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
OpenPOWER on IntegriCloud