summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-09 23:33:25 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-09 23:33:25 +0000
commite6c1b56780496a1680ef191ee0bb04dc2440d4f5 (patch)
tree42d48b1caa704c1f5f613203562ed452eb22af0e
parent4750efad9aed069fffd90812b0c762662aa3bdf3 (diff)
downloadbcm5719-llvm-e6c1b56780496a1680ef191ee0bb04dc2440d4f5.tar.gz
bcm5719-llvm-e6c1b56780496a1680ef191ee0bb04dc2440d4f5.zip
Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll, to satisfy *-win32.
llvm-svn: 239442
-rw-r--r--llvm/test/CodeGen/ARM/disable-tail-calls.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/disable-tail-calls.ll b/llvm/test/CodeGen/ARM/disable-tail-calls.ll
index 18aa4723fd3..ab3731a839a 100644
--- a/llvm/test/CodeGen/ARM/disable-tail-calls.ll
+++ b/llvm/test/CodeGen/ARM/disable-tail-calls.ll
@@ -1,6 +1,6 @@
-; RUN: llc < %s -march arm | FileCheck %s --check-prefix=NO-OPTION
-; RUN: llc < %s -march arm -disable-tail-calls | FileCheck %s --check-prefix=DISABLE-TRUE
-; RUN: llc < %s -march arm -disable-tail-calls=false | FileCheck %s --check-prefix=DISABLE-FALSE
+; RUN: llc < %s -mtriple=arm-unknown-unknown | FileCheck %s --check-prefix=NO-OPTION
+; RUN: llc < %s -mtriple=arm-unknown-unknown -disable-tail-calls | FileCheck %s --check-prefix=DISABLE-TRUE
+; RUN: llc < %s -mtriple=arm-unknown-unknown -disable-tail-calls=false | FileCheck %s --check-prefix=DISABLE-FALSE
; Check that command line option "-disable-tail-calls" overrides function
; attribute "disable-tail-calls".
OpenPOWER on IntegriCloud