Specify REQUIRES: default_triple in a few tests

These were all failing when specifying LLVM_DEFAULT_TARGET_TRIPLE=''.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Justin Bogner 2018-04-26 19:15:25 +00:00
parent 709bf508a9
commit e2f88d3b9a
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: llvm-mc %s -o -| FileCheck %s
// REQUIRES: default_triple
.file 1 "dir1" "foo" source ""

View File

@ -1,4 +1,5 @@
// RUN: llvm-mc %s | FileCheck %s
// REQUIRES: default_triple
.file 1 "dir1/foo"

View File

@ -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

View File

@ -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"