summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avr/attributes/interrupt.c
Commit message (Collapse)AuthorAgeFilesLines
* Update avr attributes test for output change in r340519Alexander Richardson2018-08-231-1/+1
| | | | | | | | After this commit there is an addrspace(1) before the attribute #. Since these tests are only checking the value of the attribute add a {{.*}} to make the test resilient to future output changes. llvm-svn: 340522
* [AVR] Add support for the 'interrupt' and 'naked' attributesDylan McKay2017-02-081-0/+6
Summary: This teaches clang how to parse and lower the 'interrupt' and 'naked' attributes. This allows interrupt signal handlers to be written. Reviewers: aaron.ballman Subscribers: malcolm.parsons, cfe-commits Differential Revision: https://reviews.llvm.org/D28451 llvm-svn: 294402
OpenPOWER on IntegriCloud