• Home
  • Raw
  • Download

Lines Matching full:run

3 // RUN: %clang -target mips-linux-gnu -### -c %s 2>&1 \
4 // RUN: | FileCheck -check-prefix=MIPS32R2-O32 %s
5 // RUN: %clang -target mips64-linux-gnu -mips32r2 -mabi=32 -### -c %s 2>&1 \
6 // RUN: | FileCheck -check-prefix=MIPS32R2-O32 %s
12 // RUN: not %clang -target mips-linux-gnu -c %s \
13 // RUN: -march=mips64r2 -mabi=32 2>&1 \
14 // RUN: | FileCheck -check-prefix=MIPS64R2-O32 %s
17 // RUN: %clang -target mips64-linux-gnu -### -c %s 2>&1 \
18 // RUN: | FileCheck -check-prefix=MIPS64R2-N64 %s
19 // RUN: %clang -target mips-img-linux-gnu -mips64r2 -### -c %s 2>&1 \
20 // RUN: | FileCheck -check-prefix=MIPS64R2-N64 %s
21 // RUN: %clang -target mips-mti-linux-gnu -mips64r2 -### -c %s 2>&1 \
22 // RUN: | FileCheck -check-prefix=MIPS64R2-N64 %s
23 // RUN: %clang -target mips-linux-gnu -mips64r2 -mabi=64 -### -c %s 2>&1 \
24 // RUN: | FileCheck -check-prefix=MIPS64R2-N64 %s
28 // RUN: %clang -target mips64-linux-gnu -### -mips64r3 -c %s 2>&1 \
29 // RUN: | FileCheck -check-prefix=MIPS64R3-N64 %s
30 // RUN: %clang -target mips-img-linux-gnu -mips64r3 -### -c %s 2>&1 \
31 // RUN: | FileCheck -check-prefix=MIPS64R3-N64 %s
32 // RUN: %clang -target mips-mti-linux-gnu -mips64r3 -### -c %s 2>&1 \
33 // RUN: | FileCheck -check-prefix=MIPS64R3-N64 %s
37 // RUN: %clang -target mips-linux-gnu -### -c %s \
38 // RUN: -mabi=32 2>&1 \
39 // RUN: | FileCheck -check-prefix=MIPS-ABI-32 %s
43 // RUN: %clang -target mips-linux-gnu -### -c %s \
44 // RUN: -mabi=o32 2>&1 \
45 // RUN: | FileCheck -check-prefix=MIPS-ABI-O32 %s
49 // RUN: %clang -target mips-linux-gnu -### -c %s \
50 // RUN: -mabi=n32 2>&1 \
51 // RUN: | FileCheck -check-prefix=MIPS-ABI-N32 %s
55 // RUN: %clang -target mips64-linux-gnu -### -c %s \
56 // RUN: -mabi=64 2>&1 \
57 // RUN: | FileCheck -check-prefix=MIPS-ABI-64 %s
61 // RUN: %clang -target mips64-linux-gnu -### -c %s \
62 // RUN: -mabi=n64 2>&1 \
63 // RUN: | FileCheck -check-prefix=MIPS-ABI-N64 %s
67 // RUN: not %clang -target mips64-linux-gnu -c %s \
68 // RUN: -mabi=o64 2>&1 \
69 // RUN: | FileCheck -check-prefix=MIPS-ABI-O64 %s
72 // RUN: not %clang -target mips-linux-gnu -c %s \
73 // RUN: -mabi=unknown 2>&1 \
74 // RUN: | FileCheck -check-prefix=MIPS-ABI-UNKNOWN %s
77 // RUN: %clang -target mips-linux-gnu -### -c %s \
78 // RUN: -march=mips1 2>&1 \
79 // RUN: | FileCheck -check-prefix=MIPS-ARCH-1 %s
83 // RUN: %clang -target mips-linux-gnu -### -c %s \
84 // RUN: -march=mips2 2>&1 \
85 // RUN: | FileCheck -check-prefix=MIPS-ARCH-2 %s
89 // RUN: %clang -target mips-linux-gnu -### -c %s \
90 // RUN: -march=mips3 2>&1 \
91 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3 %s
95 // RUN: %clang -target mips-linux-gnu -### -c %s \
96 // RUN: -march=mips4 2>&1 \
97 // RUN: | FileCheck -check-prefix=MIPS-ARCH-4 %s
101 // RUN: %clang -target mips-linux-gnu -### -c %s \
102 // RUN: -march=mips5 2>&1 \
103 // RUN: | FileCheck -check-prefix=MIPS-ARCH-5 %s
107 // RUN: %clang -target mips-linux-gnu -### -c %s \
108 // RUN: -march=mips32 2>&1 \
109 // RUN: | FileCheck -check-prefix=MIPS-ARCH-32 %s
113 // RUN: %clang -target mips-linux-gnu -### -c %s \
114 // RUN: -march=mips32r2 2>&1 \
115 // RUN: | FileCheck -check-prefix=MIPS-ARCH-32R2 %s
119 // RUN: %clang -target mips-linux-gnu -### -c %s \
120 // RUN: -march=p5600 2>&1 \
121 // RUN: | FileCheck -check-prefix=MIPS-ARCH-P5600 %s
125 // RUN: not %clang -target mips-linux-gnu -c %s \
126 // RUN: -march=p5600 -mabi=64 2>&1 \
127 // RUN: | FileCheck -check-prefix=MIPS-ARCH-P5600-N64 %s
130 // RUN: %clang -target mips-linux-gnu -### -c %s \
131 // RUN: -march=mips64 2>&1 \
132 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3264 %s
136 // RUN: %clang -target mips64-linux-gnu -### -c %s \
137 // RUN: -march=mips64 2>&1 \
138 // RUN: | FileCheck -check-prefix=MIPS-ARCH-64 %s
142 // RUN: %clang -target mips64-linux-gnu -### -c %s \
143 // RUN: -march=mips64r2 2>&1 \
144 // RUN: | FileCheck -check-prefix=MIPS-ARCH-64R2 %s
148 // RUN: %clang -target mips64-linux-gnu -### -c %s \
149 // RUN: -march=octeon 2>&1 \
150 // RUN: | FileCheck -check-prefix=MIPS-ARCH-OCTEON %s
154 // RUN: not %clang -target mips64-linux-gnu -c %s \
155 // RUN: -march=mips32 2>&1 \
156 // RUN: | FileCheck -check-prefix=MIPS-ARCH-6432 %s
159 // RUN: not %clang -target mips-linux-gnu -c %s \
160 // RUN: -march=unknown 2>&1 \
161 // RUN: | FileCheck -check-prefix=MIPS-ARCH-UNKNOWN %s