diff --git a/test/Assembler/inline-asm-diags.ll b/test/MC/ARM/inline-asm-diags.ll similarity index 74% rename from test/Assembler/inline-asm-diags.ll rename to test/MC/ARM/inline-asm-diags.ll index d9fbb785098..a279640cd03 100644 --- a/test/Assembler/inline-asm-diags.ll +++ b/test/MC/ARM/inline-asm-diags.ll @@ -1,4 +1,4 @@ -; RUN: not llc -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s +; RUN: not llc -march=arm -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s module asm ".word 0x10" module asm ".word -bar"