diff options
| author | Justin Bogner <mail@justinbogner.com> | 2018-04-26 19:15:25 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2018-04-26 19:15:25 +0000 |
| commit | 65c9e3dd1723feecc338f4a31455c2fb5692c35d (patch) | |
| tree | 1f73cffb25f6aee9cc8b9f88e3ecdb6721c7903a /llvm/test/MC/AsmParser | |
| parent | 08ab8c9544122889a2536606f7ed59f113975d64 (diff) | |
| download | bcm5719-llvm-65c9e3dd1723feecc338f4a31455c2fb5692c35d.tar.gz bcm5719-llvm-65c9e3dd1723feecc338f4a31455c2fb5692c35d.zip | |
Specify REQUIRES: default_triple in a few tests
These were all failing when specifying LLVM_DEFAULT_TARGET_TRIPLE=''.
llvm-svn: 330977
Diffstat (limited to 'llvm/test/MC/AsmParser')
| -rw-r--r-- | llvm/test/MC/AsmParser/debug-empty-source.s | 1 | ||||
| -rw-r--r-- | llvm/test/MC/AsmParser/debug-no-source.s | 1 | ||||
| -rw-r--r-- | llvm/test/MC/AsmParser/inline_macro_duplication.ll | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/AsmParser/debug-empty-source.s b/llvm/test/MC/AsmParser/debug-empty-source.s index 6720f3b53b3..d71b23760c4 100644 --- a/llvm/test/MC/AsmParser/debug-empty-source.s +++ b/llvm/test/MC/AsmParser/debug-empty-source.s @@ -1,4 +1,5 @@ // RUN: llvm-mc %s -o -| FileCheck %s +// REQUIRES: default_triple .file 1 "dir1" "foo" source "" diff --git a/llvm/test/MC/AsmParser/debug-no-source.s b/llvm/test/MC/AsmParser/debug-no-source.s index 590feba8c76..f9fa037b3eb 100644 --- a/llvm/test/MC/AsmParser/debug-no-source.s +++ b/llvm/test/MC/AsmParser/debug-no-source.s @@ -1,4 +1,5 @@ // RUN: llvm-mc %s | FileCheck %s +// REQUIRES: default_triple .file 1 "dir1/foo" diff --git a/llvm/test/MC/AsmParser/inline_macro_duplication.ll b/llvm/test/MC/AsmParser/inline_macro_duplication.ll index 9d7e22fde7b..f2c2932b805 100644 --- a/llvm/test/MC/AsmParser/inline_macro_duplication.ll +++ b/llvm/test/MC/AsmParser/inline_macro_duplication.ll @@ -1,4 +1,5 @@ ; RUN: not llc < %s 2>&1 | FileCheck %s +; REQUIRES: default_triple define void @test() { call void asm sideeffect ".macro FOO\0A.endm", "~{dirflag},~{fpsr},~{flags}"() #1 |

