================
@@ -6,6 +6,13 @@
// RUN: %clang -mfloat-abi=softfp --target=armv7-unknown-linux-gnueabi -O3 -S
-o - %s | FileCheck %s -check-prefixes=SOFTFP,CHECK
// RUN: %clang -mfloat-abi=soft --target=armv7-unknown-linux-gnueabi -O3 -S -o
- %s | FileCheck %s -check-prefixes=SOFT,CHECK
----------------
chrisnc wrote:
`-mfloat-abi=soft` also does `-fpregs`, so the test code as written can't
implement `__attribute__((pcs("aapcs-vfp")))` for this `RUN` line. This was the
most straightforward way I could see to address, without sacrificing other
things this test wants to do, or tearing it up. Open to other ideas.
https://github.com/llvm/llvm-project/pull/111334
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits