]> granicus.if.org Git - llvm/commitdiff
Fix inline-asm-diags.ll on Windows, give it a triple to avoid WoA thumb confusion
authorReid Kleckner <rnk@google.com>
Wed, 8 Feb 2017 18:17:21 +0000 (18:17 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 8 Feb 2017 18:17:21 +0000 (18:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294496 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ARM/inline-asm-diags.ll

index a279640cd0390e6aac58ea6d2b0734fd52c8932f..f71338215548dabfdd0edf5ca2d322ffdeda6ccc 100644 (file)
@@ -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"