Lines Matching full:only

1 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### 2>&1 \
3 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### -mabi=ilp32s 2>&1 \
5 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### -mabi=ilp32f 2>&1 \
7 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### -mabi=ilp32d 2>&1 \
10 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### 2>&1 \
12 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### -mabi=lp64s 2>&1 \
14 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### -mabi=lp64f 2>&1 \
16 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### -mabi=lp64d 2>&1 \
19 // RUN: %clang --target=loongarch32-linux-gnusf %s -fsyntax-only -### 2>&1 \
21 // RUN: %clang --target=loongarch32-linux-gnuf32 %s -fsyntax-only -### 2>&1 \
23 // RUN: %clang --target=loongarch32-linux-gnuf64 %s -fsyntax-only -### 2>&1 \
25 // RUN: %clang --target=loongarch32-linux-gnu %s -fsyntax-only -### 2>&1 \
28 // RUN: %clang --target=loongarch64-linux-gnusf %s -fsyntax-only -### 2>&1 \
30 // RUN: %clang --target=loongarch64-linux-gnuf32 %s -fsyntax-only -### 2>&1 \
32 // RUN: %clang --target=loongarch64-linux-gnuf64 %s -fsyntax-only -### 2>&1 \
34 // RUN: %clang --target=loongarch64-linux-gnu %s -fsyntax-only -### 2>&1 \
38 // RUN: %clang --target=loongarch32-linux-gnuf64 %s -fsyntax-only -### -mabi=ilp32s 2>&1 \
40 // RUN: %clang --target=loongarch64-linux-gnuf64 %s -fsyntax-only -### -mabi=lp64s 2>&1 \
42 // RUN: %clang --target=loongarch32-linux-gnu %s -fsyntax-only -### -mabi=ilp32s 2>&1 \
44 // RUN: %clang --target=loongarch64-linux-gnu %s -fsyntax-only -### -mabi=lp64s 2>&1 \