Revert "[RISCV] Mark unit tests as "requires: riscv-registered-target""

This reverts commit 8908dd12e7bbfc74e264233e900206ad31e285f0.

llvm-svn: 348402
This commit is contained in:
Mandeep Singh Grang
2018-12-05 19:19:38 +00:00
parent c9c34bdc1a
commit b0895f04bc
6 changed files with 0 additions and 12 deletions

View File

@@ -1,5 +1,3 @@
// REQUIRES: riscv-registered-target
// RUN: %clang -target riscv32-unknown-elf %s -### -o %t.o 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK-ILP32 %s
// RUN: %clang -target riscv32-unknown-elf %s -### -o %t.o -mabi=ilp32 2>&1 \

View File

@@ -1,5 +1,3 @@
// REQUIRES: riscv-registered-target
// RUN: %clang -target riscv32-unknown-elf -march=rv32i -### %s \
// RUN: -fsyntax-only 2>&1 | FileCheck %s
// RUN: %clang -target riscv32-unknown-elf -march=rv32im -### %s \

View File

@@ -1,5 +1,3 @@
// REQUIRES: riscv-registered-target
// RUN: %clang -target riscv32-unknown-elf -### %s -fsyntax-only 2>&1 | FileCheck %s
// RUN: %clang -target riscv64-unknown-elf -### %s -fsyntax-only 2>&1 | FileCheck %s

View File

@@ -1,5 +1,3 @@
// REQUIRES: riscv-registered-target
// Check gnutools are invoked with propagated values for -mabi and -march.
// RUN: %clang -target riscv32 -fno-integrated-as %s -### -c \

View File

@@ -1,5 +1,3 @@
// REQUIRES: riscv-registered-target
// A basic clang -cc1 command-line, and simple environment check.
// RUN: %clang %s -### -no-canonical-prefixes -target riscv32 2>&1 | FileCheck -check-prefix=CC1 %s

View File

@@ -1,5 +1,3 @@
// REQUIRES: riscv-registered-target
// A basic clang -cc1 command-line, and simple environment check.
// RUN: %clang %s -### -no-canonical-prefixes -target riscv64 2>&1 | FileCheck -check-prefix=CC1 %s