summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-msp430.c
Commit message (Collapse)AuthorAgeFilesLines
* [MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov2019-01-161-0/+10
* Accept as an argument constants in range 0..63 (aligned with TI headers and linker scripts provided with TI GCC toolchain). * Emit function attribute 'interrupt'='xx' instead of aliases (used in the backend to create a section for particular interrupt vector). * Add more diagnostics. Patch by Kristina Bessonova! Differential Revision: https://reviews.llvm.org/D56663 llvm-svn: 351344
OpenPOWER on IntegriCloud