From e6f1b022bf56b6d9be48d36b2e602be56e831971 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Thu, 16 Mar 2017 01:52:10 +0000 Subject: [PATCH] [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 --- test/MC/Hexagon/bug20416.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/MC/Hexagon/bug20416.s b/test/MC/Hexagon/bug20416.s index e4fb194bbf1..530a4e64778 100644 --- a/test/MC/Hexagon/bug20416.s +++ b/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 -- 2.50.1