dylanmckay marked 4 inline comments as done.
dylanmckay added inline comments.


================
Comment at: test/CodeGen/avr/attributes/interrupt.m:4
+// CHECK: define void @_Z3foov() #0
+void foo() __attribute__((interrupt)) { }
+
----------------
aaron.ballman wrote:
> This is not an Objective-C method decl, so it doesn't really test anything 
> new. The test I was envisioning was something like:
> ```
> @interface F // There's probably an expected warning here about a missing 
> base class
> -(void) foo __attribute__((interrupt));
> @end
> 
> @implementation F
> -(void) foo __attribute__((interrupt)) {}
> @end
> ```
Removed Obj-C method support.


https://reviews.llvm.org/D28451



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to