diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2017-03-16 01:52:10 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2017-03-16 01:52:10 +0000 |
| commit | 553ec588ae4e59feaeeb12b348c23b28aa716f4a (patch) | |
| tree | f0afd23d7e95561cc896dd9dbfe7a6f1f0a0c208 /llvm | |
| parent | 08655997eb2d49029bbc56d0b2428eeba5bba121 (diff) | |
| download | bcm5719-llvm-553ec588ae4e59feaeeb12b348c23b28aa716f4a.tar.gz bcm5719-llvm-553ec588ae4e59feaeeb12b348c23b28aa716f4a.zip | |
[Hexagon] Fixing test from 297920 to add Hexagon triple.
llvm-svn: 297926
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/Hexagon/bug20416.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Hexagon/bug20416.s b/llvm/test/MC/Hexagon/bug20416.s index e4fb194bbf1..530a4e64778 100644 --- a/llvm/test/MC/Hexagon/bug20416.s +++ b/llvm/test/MC/Hexagon/bug20416.s @@ -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 |

