[PATCH] D62729: [ARM] Fix recent breakage of -mfpu=none.
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 04:08:16 PDT 2019
dmgreen added inline comments.
================
Comment at: clang/test/CodeGen/arm-mfpu-none.c:2
+// REQUIRES: arm-registered-target
+// RUN: %clang -target arm-none-eabi -mcpu=cortex-m4 -mfpu=none -S -o - %s | FileCheck %s
+
----------------
lebedev.ri wrote:
> Generally clang codegen tests should test `-emit-llvm -S` output
Perhaps add to the tests in clang/test/Driver/arm-mfpu.c instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62729/new/
https://reviews.llvm.org/D62729
More information about the cfe-commits
mailing list