[PATCH] D62729: [ARM] Fix recent breakage of -mfpu=none.
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 03:58:13 PDT 2019
lebedev.ri 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
+
----------------
Generally clang codegen tests should test `-emit-llvm -S` output
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