brintos

brintos / llvm-project-archived public Read only

0
0
Text · 402 B · 6e5eb41 Raw
6 lines · c
1// RUN: %clang -### -c --target=mips-mti-elf %s -mgpopt 2>&1 | FileCheck -check-prefix=IMPLICIT %s2// IMPLICIT: warning: ignoring '-mgpopt' option as it cannot be used with the implicit usage of -mabicalls3 4// RUN: %clang -### -c --target=mips-mti-elf %s -mgpopt -mabicalls 2>&1 | FileCheck -check-prefix=EXPLICIT %s5// EXPLICIT: warning: ignoring '-mgpopt' option as it cannot be used with -mabicalls6