blob: b6677413729f26ae2979cd4b1b27991914d82af1 [file] [log] [blame]
Simon Dardis31636a12017-07-20 14:04:12 +00001// REQUIRES: mips-registered-target
2// RUN: %clang -### -c -target mips-mti-elf %s -mgpopt 2>&1 | FileCheck -check-prefix=IMPLICIT %s
Simon Atanasyan01fd4022017-08-04 08:25:15 +00003// IMPLICIT: warning: ignoring '-mgpopt' option as it cannot be used with the implicit usage of -mabicalls
Simon Dardis31636a12017-07-20 14:04:12 +00004
5// RUN: %clang -### -c -target mips-mti-elf %s -mgpopt -mabicalls 2>&1 | FileCheck -check-prefix=EXPLICIT %s
6// EXPLICIT: warning: ignoring '-mgpopt' option as it cannot be used with -mabicalls