From 5794aeeed6cbb2a079c2132c7ced08607f2b9b2e Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 8 Feb 2017 18:17:21 +0000 Subject: [PATCH] Fix inline-asm-diags.ll on Windows, give it a triple to avoid WoA thumb confusion llvm-svn: 294496 --- test/MC/ARM/inline-asm-diags.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/ARM/inline-asm-diags.ll b/test/MC/ARM/inline-asm-diags.ll index a279640cd03..f7133821554 100644 --- a/test/MC/ARM/inline-asm-diags.ll +++ b/test/MC/ARM/inline-asm-diags.ll @@ -1,4 +1,4 @@ -; RUN: not llc -march=arm -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s +; RUN: not llc -mtriple=armv7-linux -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s module asm ".word 0x10" module asm ".word -bar"