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

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 24 16:23:14 PST 2016


Ping.

On Thu, Jan 21, 2016 at 10:11 AM, Dylan McKay <dylanmckay34 at gmail.com>
wrote:

> 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160125/cbc2a6fd/attachment.html>


More information about the llvm-commits mailing list