summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avr-inline-asm-constraints.c
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Fix inline asm calls now that the addrspace(0) there is explicit.Chandler Carruth2018-08-241-24/+24
| | | | | | | This updates the test case for r340519 so it should pass again. r340522 only got some of the AVR tests that needed an update. llvm-svn: 340596
* [AVR] Add support for the full set of inline asm constraintsDylan McKay2017-02-061-0/+124
Summary: Previously the method would simply return false, causing every single inline assembly constraint to trigger a compile error. This adds inline assembly constraint support for the AVR target. This patch is derived from the code in AVRISelLowering::getConstraintType. More details can be found on the AVR-GCC reference wiki http://www.nongnu.org/avr-libc/user-manual/inline_asm.html Reviewers: jroelofs, asl Reviewed By: asl Subscribers: asl, ahatanak, saaadhu, cfe-commits Differential Revision: https://reviews.llvm.org/D28344 llvm-svn: 294176
OpenPOWER on IntegriCloud