[llvm] r297926 - [Hexagon] Fixing test from 297920 to add Hexagon triple.
Colin LeMahieu via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 18:52:10 PDT 2017
Author: colinl
Date: Wed Mar 15 20:52:10 2017
New Revision: 297926
URL: http://llvm.org/viewvc/llvm-project?rev=297926&view=rev
Log:
[Hexagon] Fixing test from 297920 to add Hexagon triple.
Modified:
llvm/trunk/test/MC/Hexagon/bug20416.s
Modified: llvm/trunk/test/MC/Hexagon/bug20416.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Hexagon/bug20416.s?rev=297926&r1=297925&r2=297926&view=diff
==============================================================================
--- llvm/trunk/test/MC/Hexagon/bug20416.s (original)
+++ llvm/trunk/test/MC/Hexagon/bug20416.s Wed Mar 15 20:52:10 2017
@@ -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
More information about the llvm-commits
mailing list