]> granicus.if.org Git - llvm/commitdiff
[AVR] Explicitly set the target in all CodeGen tests
authorDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 11:23:16 +0000 (11:23 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 11:23:16 +0000 (11:23 +0000)
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

test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir
test/CodeGen/AVR/pseudo/LDDWRdYQ.mir
test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir
test/CodeGen/AVR/store-undef.ll

index dd95abd7dbfc8d1b22276828f5b71905e18ff71c..781cb5d82433caf500b70cf5071a3f694871db53 100644 (file)
@@ -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.
 
index bb1ef8e34874457ad97ca7f36cba93148d86e798..472f498b912c2228b8a1576f2da6b2beebe49671 100644 (file)
@@ -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
 
index cc164605167ba716342c39402ead7eecad46a83d..5ed95ad76a7fee276b1ef96040fb1647a575ea9b 100644 (file)
@@ -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
index 58ea50040a71109fbf830134364fb7ec3e07203e..1f395b331ca2668610bb2998dc0f69fb2af28c54 100644 (file)
@@ -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.