mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 03:17:51 +00:00
[Hexagon] Fixing test from 297920 to add Hexagon triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fef90abb68
commit
e6f1b022bf
@ -1,5 +1,5 @@
|
||||
# RUN: not llvm-mc -mv60 -mhvx -filetype=asm %s 2>%t; FileCheck %s --check-prefix=CHECK-V60-ERROR <%t
|
||||
# RUN: llvm-mc -mv62 -mhvx -filetype=asm %s | FileCheck %s
|
||||
# RUN: not llvm-mc -triple=hexagon -mv60 -mhvx -filetype=asm %s 2>%t; FileCheck %s --check-prefix=CHECK-V60-ERROR <%t
|
||||
# RUN: llvm-mc -triple=hexagon -mv62 -mhvx -filetype=asm %s | FileCheck %s
|
||||
|
||||
// for this a v60+/hvx instruction sequence, make sure fails with v60
|
||||
// but passes with v62. this is because this instruction uses different
|
||||
|
Loading…
x
Reference in New Issue
Block a user