[AVR] Disable integrated assembler for a few tests
authorDylan McKay <me@dylanmckay.io>
Wed, 22 Feb 2017 22:41:13 +0000 (22:41 +0000)
committerDylan McKay <me@dylanmckay.io>
Wed, 22 Feb 2017 22:41:13 +0000 (22:41 +0000)
Fixes the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295895 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AVR/inline-asm/inline-asm.ll
test/CodeGen/AVR/inline-asm/inline-asm2.ll
test/CodeGen/AVR/inline-asm/multibyte.ll

index 678395a3e5c4c205c42506fe1873951d08c37c1b..88d0c3af2e88511f3898d54d886755697becadb5 100644 (file)
@@ -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() {
index 083390999b8a97039dd36eb4c4e3e9af1a06c65c..74365b42c60e5ab89df18493deb10aca65d33f29 100644 (file)
@@ -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) {
index 34cdf5d006e93ff63dbb9ac39c099c11e96c1b34..a7c8f6e75f0fbee7fe851f852f3fe35bff577ae1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=avr | FileCheck %s
+; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
 ; XFAIL: *
 
 ; Multibyte references