[PATCH] D40256: [ARM] disable FPU features when using soft floating point.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 14:22:27 PST 2017
efriedma added inline comments.
================
Comment at: test/Driver/arm-mfpu.c:301
+// RUN: | FileCheck --check-prefix=CHECK-SOFT-ABI-FP %s
+// R-UN: %clang -target armv4-linux-gnueabi -mfloat-abi=soft -mfpu=none %s -### -c 2>&1 \
+// R-UN: | FileCheck --check-prefix=CHECK-SOFT-ABI-FP %s
----------------
What are these disabled "R-UN" lines?
Do we really need to check every combination like this? I don't think the underlying logic actually varies.
https://reviews.llvm.org/D40256
More information about the cfe-commits
mailing list