OSDN Git Service

[Clang] Enable _Complex __float128
authorNemanja Ivanovic <nemanjai@ca.ibm.com>
Thu, 28 May 2020 11:55:37 +0000 (06:55 -0500)
committerNemanja Ivanovic <nemanjai@ca.ibm.com>
Thu, 28 May 2020 11:55:49 +0000 (06:55 -0500)
commitf9e94eb8688d1fe1727360462e957fbbfb754e59
treefeded18292b4c32371227439bf294e45cd5e48b9
parent45251ef5345b3c81c8f394d42d252de039c72566
[Clang] Enable _Complex __float128

When I added __float128 a while ago, I neglected to add support for the complex
variant of the type. This patch just adds that.

Differential revision: https://reviews.llvm.org/D80533
clang/lib/Sema/DeclSpec.cpp
clang/test/CodeGen/ppc64-complex-parms.c
clang/test/CodeGen/ppc64-complex-return.c