[all-commits] [llvm/llvm-project] f9e94e: [Clang] Enable _Complex __float128
nemanja-ibm via All-commits
all-commits at lists.llvm.org
Thu May 28 04:56:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f9e94eb8688d1fe1727360462e957fbbfb754e59
https://github.com/llvm/llvm-project/commit/f9e94eb8688d1fe1727360462e957fbbfb754e59
Author: Nemanja Ivanovic <nemanjai at ca.ibm.com>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M clang/lib/Sema/DeclSpec.cpp
M clang/test/CodeGen/ppc64-complex-parms.c
M clang/test/CodeGen/ppc64-complex-return.c
Log Message:
-----------
[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
More information about the All-commits
mailing list