|
4 | 4 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
5 | 5 | // RUN: --target=mips-mti-linux-gnu \
|
6 | 6 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 7 | +// RUN: --sysroot="" \ |
7 | 8 | // RUN: -stdlib=libstdc++ \
|
8 | 9 | // RUN: -EB -mhard-float -mabi=32 \
|
9 | 10 | // RUN: | FileCheck --check-prefix=EB-HARD-O32 %s
|
|
32 | 33 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
33 | 34 | // RUN: --target=mips-mti-linux-gnu \
|
34 | 35 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 36 | +// RUN: --sysroot="" \ |
35 | 37 | // RUN: -stdlib=libstdc++ \
|
36 | 38 | // RUN: -EB -mhard-float -mabi=n32 \
|
37 | 39 | // RUN: | FileCheck --check-prefix=EB-HARD-N32 %s
|
|
60 | 62 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
61 | 63 | // RUN: --target=mips64-mti-linux-gnu \
|
62 | 64 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 65 | +// RUN: --sysroot="" \ |
63 | 66 | // RUN: -stdlib=libstdc++ \
|
64 | 67 | // RUN: -EB -mhard-float -mabi=64 \
|
65 | 68 | // RUN: | FileCheck --check-prefix=EB-HARD-N64 %s
|
|
88 | 91 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
89 | 92 | // RUN: --target=mips-mti-linux-gnu \
|
90 | 93 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 94 | +// RUN: --sysroot="" \ |
91 | 95 | // RUN: -stdlib=libstdc++ \
|
92 | 96 | // RUN: -EL -mhard-float -mabi=32 \
|
93 | 97 | // RUN: | FileCheck --check-prefix=EL-HARD-O32 %s
|
|
116 | 120 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
117 | 121 | // RUN: --target=mips-mti-linux-gnu \
|
118 | 122 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 123 | +// RUN: --sysroot="" \ |
119 | 124 | // RUN: -stdlib=libstdc++ \
|
120 | 125 | // RUN: -EL -mhard-float -mabi=n32 \
|
121 | 126 | // RUN: | FileCheck --check-prefix=EL-HARD-N32 %s
|
|
144 | 149 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
145 | 150 | // RUN: --target=mips64-mti-linux-gnu \
|
146 | 151 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 152 | +// RUN: --sysroot="" \ |
147 | 153 | // RUN: -stdlib=libstdc++ \
|
148 | 154 | // RUN: -EL -mhard-float -mabi=64 \
|
149 | 155 | // RUN: | FileCheck --check-prefix=EL-HARD-N64 %s
|
|
172 | 178 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
173 | 179 | // RUN: --target=mips-mti-linux-gnu \
|
174 | 180 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 181 | +// RUN: --sysroot="" \ |
175 | 182 | // RUN: -stdlib=libstdc++ \
|
176 | 183 | // RUN: -EB -msoft-float \
|
177 | 184 | // RUN: | FileCheck --check-prefix=EB-SOFT %s
|
|
200 | 207 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
201 | 208 | // RUN: --target=mips-mti-linux-gnu \
|
202 | 209 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 210 | +// RUN: --sysroot="" \ |
203 | 211 | // RUN: -stdlib=libstdc++ \
|
204 | 212 | // RUN: -EL -msoft-float \
|
205 | 213 | // RUN: | FileCheck --check-prefix=EL-SOFT %s
|
|
228 | 236 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
229 | 237 | // RUN: --target=mips-mti-linux-gnu \
|
230 | 238 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 239 | +// RUN: --sysroot="" \ |
231 | 240 | // RUN: -stdlib=libstdc++ \
|
232 | 241 | // RUN: -EB -mhard-float -muclibc \
|
233 | 242 | // RUN: | FileCheck --check-prefix=EB-HARD-UCLIBC %s
|
|
256 | 265 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
257 | 266 | // RUN: --target=mips-mti-linux-gnu \
|
258 | 267 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 268 | +// RUN: --sysroot="" \ |
259 | 269 | // RUN: -stdlib=libstdc++ \
|
260 | 270 | // RUN: -EL -mhard-float -muclibc \
|
261 | 271 | // RUN: | FileCheck --check-prefix=EL-HARD-UCLIBC %s
|
|
284 | 294 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
285 | 295 | // RUN: --target=mips-mti-linux-gnu \
|
286 | 296 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 297 | +// RUN: --sysroot="" \ |
287 | 298 | // RUN: -stdlib=libstdc++ \
|
288 | 299 | // RUN: -EB -mhard-float -mnan=2008 \
|
289 | 300 | // RUN: | FileCheck --check-prefix=EB-HARD-NAN2008 %s
|
|
312 | 323 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
313 | 324 | // RUN: --target=mips-mti-linux-gnu \
|
314 | 325 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 326 | +// RUN: --sysroot="" \ |
315 | 327 | // RUN: -stdlib=libstdc++ \
|
316 | 328 | // RUN: -EL -mhard-float -mnan=2008 \
|
317 | 329 | // RUN: | FileCheck --check-prefix=EL-HARD-NAN2008 %s
|
|
340 | 352 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
341 | 353 | // RUN: --target=mips-mti-linux-gnu \
|
342 | 354 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 355 | +// RUN: --sysroot="" \ |
343 | 356 | // RUN: -stdlib=libstdc++ \
|
344 | 357 | // RUN: -EB -mhard-float -muclibc -mnan=2008 \
|
345 | 358 | // RUN: | FileCheck --check-prefix=EB-HARD-UCLIBC-NAN2008 %s
|
|
368 | 381 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
369 | 382 | // RUN: --target=mips-mti-linux-gnu \
|
370 | 383 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 384 | +// RUN: --sysroot="" \ |
371 | 385 | // RUN: -stdlib=libstdc++ \
|
372 | 386 | // RUN: -EL -mhard-float -muclibc -mnan=2008 \
|
373 | 387 | // RUN: | FileCheck --check-prefix=EL-HARD-UCLIBC-NAN2008 %s
|
|
396 | 410 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
397 | 411 | // RUN: --target=mips-mti-linux-gnu \
|
398 | 412 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 413 | +// RUN: --sysroot="" \ |
399 | 414 | // RUN: -stdlib=libstdc++ \
|
400 | 415 | // RUN: -EL -msoft-float -mmicromips \
|
401 | 416 | // RUN: | FileCheck --check-prefix=EL-SOFT-MICRO %s
|
|
424 | 439 | // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
425 | 440 | // RUN: --target=mips-mti-linux-gnu \
|
426 | 441 | // RUN: --gcc-toolchain=%S/Inputs/mips_mti_tree \
|
| 442 | +// RUN: --sysroot="" \ |
427 | 443 | // RUN: -stdlib=libstdc++ \
|
428 | 444 | // RUN: -EL -mhard-float -mmicromips -mnan=2008 \
|
429 | 445 | // RUN: | FileCheck --check-prefix=EL-SOFT-MICRO-NAN2008 %s
|
|
0 commit comments