[PATCH] D28451: [AVR] Add support for the 'interrupt' and 'naked' attributes
Dylan McKay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 7 19:16:03 PST 2017
dylanmckay updated this revision to Diff 83544.
dylanmckay added a comment.
Lower the 'signal' attribute correctly
I had forgotten to lower this attribute and so it would not have been lowered to IR at all.
Now it works fine.
https://reviews.llvm.org/D28451
Files:
include/clang/Basic/Attr.td
lib/CodeGen/TargetInfo.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/avr/attributes/interrupt.c
test/CodeGen/avr/attributes/naked.c
test/CodeGen/avr/attributes/signal.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28451.83544.patch
Type: text/x-patch
Size: 5365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170108/f038874c/attachment.bin>
More information about the cfe-commits
mailing list