summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/nios2-cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/nios2-cpu.c')
-rw-r--r--clang/test/Driver/nios2-cpu.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/clang/test/Driver/nios2-cpu.c b/clang/test/Driver/nios2-cpu.c
deleted file mode 100644
index d920c5a7a2d..00000000000
--- a/clang/test/Driver/nios2-cpu.c
+++ /dev/null
@@ -1,26 +0,0 @@
-// RUN: %clang -target nios2--- %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck %s
-
-// RUN: %clang -target nios2--- -mcpu=r1 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R1 %s
-// RUN: %clang -target nios2--- -mcpu=nios2r1 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R1 %s
-// RUN: %clang -target nios2--- -march=r1 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R1 %s
-// RUN: %clang -target nios2--- -march=nios2r1 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R1 %s
-
-// RUN: %clang -target nios2--- -mcpu=r2 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R2 %s
-// RUN: %clang -target nios2--- -mcpu=nios2r2 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R2 %s
-// RUN: %clang -target nios2--- -march=r2 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R2 %s
-// RUN: %clang -target nios2--- -march=nios2r2 %s -### -o %t.o 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-R2 %s
-
-// CHECK: "-target" "nios2"
-// CHECK-R1: "-target" "nios2"
-// CHECK-R1: "-target-cpu" "nios2r1"
-// CHECK-R2: "-target" "nios2"
-// CHECK-R2: "-target-cpu" "nios2r2"
OpenPOWER on IntegriCloud