[all-commits] [llvm/llvm-project] e6171e: [Clang][Arm] Fix fp16 return error tests under AAr...
David Green via All-commits
all-commits at lists.llvm.org
Thu Sep 29 04:16:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6171e87e16c59df5fba642d1f48de6f0a2d93d8
https://github.com/llvm/llvm-project/commit/e6171e87e16c59df5fba642d1f48de6f0a2d93d8
Author: David Green <david.green at arm.com>
Date: 2022-09-29 (Thu, 29 Sep 2022)
Changed paths:
M clang/test/Sema/fp16-sema.c
M clang/test/Sema/renderscript.rs
Log Message:
-----------
[Clang][Arm] Fix fp16 return error tests under AArch64/Arm. NFC
The -fallow-half-arguments-and-returns option was removed in
59528e4bdb27ed4ab3, replaced with an always-on target option under
AArch64/Arm. There are two tests - fp16-sema.c and renderscripts.rs that
test that an error is produced for __fp16 function args/returns, which
are now expected to pass for Arm/AArch64. i.e they no longer give the
same error as before on native Arm/AArch64 machines. Alter the targets
of those tests to compensate.
More information about the All-commits
mailing list