[PATCH] D15709: [X86] Support 'interrupt' attribute for x86
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 31 02:01:24 PST 2015
ABataev updated this revision to Diff 43828.
ABataev added a comment.
Fix after review.
After some discussion with gcc guys it was decided to allow to use static member functions as interrupt handler.
http://reviews.llvm.org/D15709
Files:
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/TargetInfo.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
test/CodeGen/attr-x86-interrupt.c
test/CodeGenCXX/attr-x86-interrupt.cpp
test/Sema/attr-x86-interrupt.c
test/SemaCXX/attr-x86-interrupt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15709.43828.patch
Type: text/x-patch
Size: 23200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151231/e88a65dd/attachment-0001.bin>
More information about the cfe-commits
mailing list