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

Simon Dardis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 06:01:26 PDT 2017


sdardis 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
----------------
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.


Repository:
  rL LLVM

https://reviews.llvm.org/D36551





More information about the cfe-commits mailing list