diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-13 16:49:47 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-13 16:49:47 +0000 |
commit | 8459762c8854a1df73dc93092f669c8accce6919 (patch) | |
tree | ee092bd5ad29d80fbb0537865db3ff9f598af3b3 /llvm/test/CodeGen/Thumb/mature-mc-support.ll | |
parent | 989b92936c93eb961669374ebabca99a26d5271c (diff) | |
download | bcm5719-llvm-8459762c8854a1df73dc93092f669c8accce6919.tar.gz bcm5719-llvm-8459762c8854a1df73dc93092f669c8accce6919.zip |
Add triples to try to fix the windows bots.
llvm-svn: 201345
Diffstat (limited to 'llvm/test/CodeGen/Thumb/mature-mc-support.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/mature-mc-support.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb/mature-mc-support.ll b/llvm/test/CodeGen/Thumb/mature-mc-support.ll index d5e82538dd1..d7f8ae6c6c4 100644 --- a/llvm/test/CodeGen/Thumb/mature-mc-support.ll +++ b/llvm/test/CodeGen/Thumb/mature-mc-support.ll @@ -1,10 +1,10 @@ ; Test that inline assembly is parsed by the MC layer when MC support is mature ; (even when the output is assembly). -; RUN: not llc -march=thumb < %s > /dev/null 2> %t1 +; RUN: not llc -mtriple=thumb-pc-linux < %s > /dev/null 2> %t1 ; RUN: FileCheck %s < %t1 -; RUN: not llc -march=thumb -filetype=obj < %s > /dev/null 2> %t2 +; RUN: not llc -mtriple=thumb-pc-linux -filetype=obj < %s > /dev/null 2> %t2 ; RUN: FileCheck %s < %t2 module asm " .this_directive_is_very_unlikely_to_exist" |