summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/eh-directive-fnend-diagnostics.s
Commit message (Collapse)AuthorAgeFilesLines
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-031-1/+1
| | | | llvm-svn: 185554
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-101-0/+17
This commit implements the AsmParser for fnstart, fnend, cantunwind, personality, handlerdata, pad, setfp, save, and vsave directives. This commit fixes some minor issue in the ARMELFStreamer: * The switch back to corresponding section after the .fnend directive. * Emit the unwind opcode while processing .fnend directive if there is no .handlerdata directive. * Emit the unwind opcode to .ARM.extab while processing .handlerdata even if .personality directive does not exist. llvm-svn: 181603
OpenPOWER on IntegriCloud