[PATCH] D16348: [AVR] Add calling convention parser tokens

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 13:11:54 PST 2016


dylanmckay added inline comments.

================
Comment at: test/CodeGen/AVR/calling-conv-interrupts.ll:2
@@ +1,3 @@
+; RUN: llc < %s -march=avr | FileCheck %s
+; XFAIL:
+
----------------
arsenm wrote:
> Why is this here?
I added the AVR calling conventions in a previous commit, but forgot to add a test for them. I wrote one here, but marked it `XFAIL` because the target machine cannot be created yet.

Happy to put it in a separate commit if desired.


http://reviews.llvm.org/D16348





More information about the llvm-commits mailing list