mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 06:03:52 +00:00
[AVR] Disable integrated assembler for a few tests
Fixes the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
096e40d35f
commit
ec26388916
@ -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() {
|
||||
|
@ -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) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=avr | FileCheck %s
|
||||
; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
|
||||
; XFAIL: *
|
||||
|
||||
; Multibyte references
|
||||
|
Loading…
Reference in New Issue
Block a user