mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 13:40:30 +00:00
Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll, to satisfy *-win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dbb0802eb6
commit
b1337aba53
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user