mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
llvm/test/CodeGen/ARM/fnattr-trap.ll: Add -mtriple, to appease targeting *-win32.
LLVM ERROR: CPU: 'generic' does not support ARM mode execution! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241329 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2010d82c49
commit
3ec9de8dfd
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -march arm | FileCheck %s -check-prefix=NOOPTION
|
||||
; RUN: llc < %s -march arm -trap-func=trap_llc | FileCheck %s -check-prefix=TRAP
|
||||
; RUN: llc < %s -mtriple=arm-unknown-unknown | FileCheck %s -check-prefix=NOOPTION
|
||||
; RUN: llc < %s -mtriple=arm-unknown-unknown -trap-func=trap_llc | FileCheck %s -check-prefix=TRAP
|
||||
|
||||
; NOOPTION-LABEL: {{\_?}}foo0:
|
||||
; NOOPTION: trap{{$}}
|
||||
|
Loading…
Reference in New Issue
Block a user