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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 11:53:32 PST 2016


arsenm added inline comments.

================
Comment at: test/CodeGen/AVR/calling-conv-interrupts.ll:2
@@ +1,3 @@
+; RUN: llc < %s -march=avr | FileCheck %s
+; XFAIL:
+
----------------
Why is this here?

================
Comment at: test/CodeGen/AVR/calling-conv-signal.ll:2
@@ +1,3 @@
+; RUN: llc < %s -march=avr | FileCheck %s
+; XFAIL:
+
----------------
ditto


http://reviews.llvm.org/D16348





More information about the llvm-commits mailing list