[all-commits] [llvm/llvm-project] ed0e4c: [clang][ARM] Add name-mangling test for direct __f...
Simon Tatham via All-commits
all-commits at lists.llvm.org
Mon Aug 3 05:31:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed0e4c70c99d3afd87fb202ab03bda40512677e7
https://github.com/llvm/llvm-project/commit/ed0e4c70c99d3afd87fb202ab03bda40512677e7
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
A clang/test/CodeGenCXX/fp16-mangle-arg-return.cpp
Log Message:
-----------
[clang][ARM] Add name-mangling test for direct __fp16 arguments.
`clang/test/CodeGenCXX/fp16-mangle.cpp` tests pointers to __fp16, but
if you give the `-fallow-half-arguments-and-returns` option, then
clang can also leave an __fp16 unmodified as a function argument or
return type. This regression test checks the name-mangling of that.
Reviewed By: miyuki
Differential Revision: https://reviews.llvm.org/D85010
More information about the All-commits
mailing list