mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-11 07:15:26 +00:00
[AVR] Explicitly set the target in all CodeGen tests
This seems to have caused failures on the buildbot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289324 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c553bbb50
commit
c2e1f83474
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 %s -o - 2>&1 -march=avr | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit 'LDDWRdPtrQ' pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 %s -o - 2>&1 -march=avr | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit 'LDDWRdYQ instruction
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 %s -o - 2>&1 -march=avr | FileCheck %s
|
||||
|
||||
# This test ensures that the pseudo expander can correctly handle the case
|
||||
# where we are expanding a 16-bit LDD instruction where the source and
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mattr=avr6 | FileCheck %s
|
||||
; RUN: llc < %s -march=avr | FileCheck %s
|
||||
|
||||
; This test checks that we can successfully lower a store
|
||||
; to an undefined pointer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user