Lines Matching full:clang
2 // RUN: %clang -target arm--- %s -### -o %t.o 2>&1 \
4 // RUN: %clang -target armeb--- %s -### -o %t.o 2>&1 \
6 // RUN: %clang -target thumb--- %s -### -o %t.o 2>&1 \
8 // RUN: %clang -target thumbeb--- %s -### -o %t.o 2>&1 \
12 // RUN: %clang -target arm--darwin- -arch armv7s %s -### -o %t.o 2>&1 \
14 // RUN: %clang -target thumb--darwin- -arch armv7s %s -### -o %t.o 2>&1 \
16 // RUN: %clang -target thumb--darwin- -arch armv7m %s -### -o %t.o 2>&1 \
20 // RUN: %clang -target arm--windows-gnueabi %s -### -o %t.o 2>&1 \
24 // RUN: %clang -target arm--netbsd- %s -### -o %t.o 2>&1 \
26 // RUN: %clang -target arm--netbsd-eabi %s -### -o %t.o 2>&1 \
28 // RUN: %clang -target arm--netbsd-eabihf %s -### -o %t.o 2>&1 \
32 // RUN: %clang -target arm---android %s -### -o %t.o 2>&1 \
34 // RUN: %clang -target arm---gnueabi %s -### -o %t.o 2>&1 \
36 // RUN: %clang -target arm---gnueabihf %s -### -o %t.o 2>&1 \
38 // RUN: %clang -target arm---musleabi %s -### -o %t.o 2>&1 \
40 // RUN: %clang -target arm---musleabihf %s -### -o %t.o 2>&1 \
42 // RUN: %clang -target arm---eabi %s -### -o %t.o 2>&1 \
44 // RUN: %clang -target arm---eabihf %s -### -o %t.o 2>&1 \
48 // RUN: %clang -target arm---eabi -mabi=apcs-gnu %s -### -o %t.o 2>&1 \
50 // RUN: %clang -target arm---gnueabi -mabi=aapcs %s -### -o %t.o 2>&1 \
52 // RUN: %clang -target arm---eabi -mabi=aapcs-linux %s -### -o %t.o 2>&1 \