Home | History | Annotate | Download | only in Driver

Lines Matching full:clang

11 // RUN: %clang -target arm-linux-gnueabi -Wa,-mcpu=cortex-a15 -c %s -### 2>&1 \
15 // RUN: %clang -target arm -Wa,-mcpu=bogus -c %s -### 2>&1 \
19 // RUN: %clang -target arm -mcpu=cortex-a8 -Wa,-mcpu=cortex-a15 -c %s -### 2>&1 \
24 // RUN: %clang -target arm-linux-eabi -Wa,-mfpu=neon -c %s -### 2>&1 \
28 // RUN: %clang -target arm-linux-eabi -Wa,-mfpu=bogus -c %s -### 2>&1 \
32 // RUN: %clang -target arm-linux-eabi -mfpu=vfpv3 -Wa,-mfpu=neon -c %s -### 2>&1 \
39 // RUN: %clang -target arm -Wa,-march=armbogusv6 -c %s -### 2>&1 \
43 // RUN: %clang -target arm -march=armv7 -Wa,-march=armv6 -c %s -### 2>&1 \
47 // RUN: %clang -target arm -Wa,-mhwdiv=arm -c %s -### 2>&1 \
52 // RUN: %clang -target arm -Wa,-mhwdiv=thumb -c %s -### 2>&1 \
57 // RUN: %clang -target arm -Wa,-mhwdiv=bogus -c %s -### 2>&1 \
61 // RUN: %clang -target arm -mhwdiv=arm -Wa,-mhwdiv=thumb -c %s -### 2>&1 \
67 // RUN: %clang -target armv7a-none-eabi -c %s -### 2>&1 \
68 // RUN: %clang -target x86_64-apple-darwin -arch armv7 -c %s -### 2>&1 \
72 // RUN: %clang -target armv7r-none-eabi -c %s -### 2>&1 \
76 // RUN: %clang -target armv7m-none-eabi -c %s -### 2>&1 \
77 // RUN: %clang -target thumbv7m-none-eabi -c %s -### 2>&1 \
78 // RUN: %clang -target x86_64-apple-darwin -arch armv7m -c %s -### 2>&1 \