Home | History | Annotate | Download | only in Driver

Lines Matching full:abi

1 // Check passing Mips ABI options to the backend.
5 // RUN: | FileCheck -check-prefix=MIPS-ABI-32 %s
6 // MIPS-ABI-32: "-target-abi" "o32"
10 // RUN: | FileCheck -check-prefix=MIPS-ABI-O32 %s
11 // MIPS-ABI-O32: "-target-abi" "o32"
15 // RUN: | FileCheck -check-prefix=MIPS-ABI-N32 %s
16 // MIPS-ABI-N32: "-target-abi" "n32"
20 // RUN: | FileCheck -check-prefix=MIPS-ABI-64 %s
21 // MIPS-ABI-64: "-target-abi" "n64"
25 // RUN: | FileCheck -check-prefix=MIPS-ABI-N64 %s
26 // MIPS-ABI-N64: "-target-abi" "n64"
30 // RUN: | FileCheck -check-prefix=MIPS-ABI-O64 %s
31 // MIPS-ABI-O64: "-target-abi" "o64"
35 // RUN: | FileCheck -check-prefix=MIPS-ABI-EABI %s
36 // MIPS-ABI-EABI: "-target-abi" "eabi"