Skip to content

Commit

Permalink
[AVR] Disable integrated assembler for a few tests
Browse files Browse the repository at this point in the history
Fixes the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295895 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dylanmckay committed Feb 22, 2017
1 parent 096e40d commit ec26388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/CodeGen/AVR/inline-asm/inline-asm.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc < %s -march=avr -mattr=movw | FileCheck %s
; RUN: llc < %s -march=avr -mattr=movw -no-integrated-as | FileCheck %s

; CHECK-LABEL: no_operands:
define void @no_operands() {
Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/AVR/inline-asm/inline-asm2.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc < %s -march=avr | FileCheck %s
; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s

; CHECK-LABEL: foo
define void @foo(i16 %a) {
Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/AVR/inline-asm/multibyte.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc < %s -march=avr | FileCheck %s
; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
; XFAIL: *

; Multibyte references
Expand Down

0 comments on commit ec26388

Please sign in to comment.