summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2016-12-10 11:23:16 +0000
committerDylan McKay <dylanmckay34@gmail.com>2016-12-10 11:23:16 +0000
commita7e05487225bbcbcb0ae6a706f96806b621eb143 (patch)
treecc4466626cd72653679b4862dbdb60e18f8964df
parent801a4bd4edad47d7b43495d8818a202bb1293141 (diff)
downloadbcm5719-llvm-a7e05487225bbcbcb0ae6a706f96806b621eb143.tar.gz
bcm5719-llvm-a7e05487225bbcbcb0ae6a706f96806b621eb143.zip
[AVR] Explicitly set the target in all CodeGen tests
This seems to have caused failures on the buildbot. llvm-svn: 289324
-rw-r--r--llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir2
-rw-r--r--llvm/test/CodeGen/AVR/pseudo/LDDWRdYQ.mir2
-rw-r--r--llvm/test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir2
-rw-r--r--llvm/test/CodeGen/AVR/store-undef.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir b/llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir
index dd95abd7dbf..781cb5d8243 100644
--- a/llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir
+++ b/llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir
@@ -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.
diff --git a/llvm/test/CodeGen/AVR/pseudo/LDDWRdYQ.mir b/llvm/test/CodeGen/AVR/pseudo/LDDWRdYQ.mir
index bb1ef8e3487..472f498b912 100644
--- a/llvm/test/CodeGen/AVR/pseudo/LDDWRdYQ.mir
+++ b/llvm/test/CodeGen/AVR/pseudo/LDDWRdYQ.mir
@@ -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
diff --git a/llvm/test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir b/llvm/test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir
index cc164605167..5ed95ad76a7 100644
--- a/llvm/test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir
+++ b/llvm/test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir
@@ -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
diff --git a/llvm/test/CodeGen/AVR/store-undef.ll b/llvm/test/CodeGen/AVR/store-undef.ll
index 58ea50040a7..1f395b331ca 100644
--- a/llvm/test/CodeGen/AVR/store-undef.ll
+++ b/llvm/test/CodeGen/AVR/store-undef.ll
@@ -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.
OpenPOWER on IntegriCloud