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"