diff options
Diffstat (limited to 'llvm/test')
| -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 | ||||
| -rw-r--r-- | llvm/test/MC/ELF/dwarf-file0.s | 1 |
4 files changed, 4 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 diff --git a/llvm/test/MC/ELF/dwarf-file0.s b/llvm/test/MC/ELF/dwarf-file0.s index ae87df2a3f0..707f113bc9a 100644 --- a/llvm/test/MC/ELF/dwarf-file0.s +++ b/llvm/test/MC/ELF/dwarf-file0.s @@ -1,5 +1,6 @@ # RUN: llvm-mc -dwarf-version 4 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s --check-prefixes=CHECK,CHECK-4 # RUN: llvm-mc -dwarf-version 5 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s --check-prefixes=CHECK,CHECK-5 +# REQUIRES: default_triple # Darwin is stuck on DWARF v2. # XFAIL: darwin .file 0 "root.cpp" |

