[PATCH] D36551: [mips] Show warning in case of mixing -mlong-calls and -mabicalls options

Simon Atanasyan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 06:07:52 PDT 2017


atanasyan added inline comments.


================
Comment at: test/Driver/mips-longcalls-warning.c:1
+// REQUIRES: mips-registered-target
+// RUN: %clang -### -c -target mips-mti-elf -mlong-calls %s 2>&1 | FileCheck -check-prefix=IMPLICIT %s
----------------
sdardis wrote:
> Can you put this in test/Driver/mips-abicalls-warning.c from the other patch? I'd prefer to keep all the abicalls warnings together rather than separate tests based on the feature the conflict with.
> Can you put this in test/Driver/mips-abicalls-warning.c from the other patch?

I can, but in that case it's probably better to join both patches because that patch loses its test.



Repository:
  rL LLVM

https://reviews.llvm.org/D36551





More information about the cfe-commits mailing list