[all-commits] [llvm/llvm-project] cbd93c: Revert "[PowerPC] [Clang] Enable float128 feature ...
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Wed May 12 01:57:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cbd93cee9bf014402a7405479ba21f6f3340a126
https://github.com/llvm/llvm-project/commit/cbd93cee9bf014402a7405479ba21f6f3340a126
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M clang/lib/Basic/Targets/PPC.cpp
M clang/test/Driver/ppc-f128-support-check.c
Log Message:
-----------
Revert "[PowerPC] [Clang] Enable float128 feature on VSX targets"
This commit brought build break in some f128 related tests. But that's
not the root cause. There exists some differences between Clang and
GCC's definition for 128-bit float types on PPC, so macros/functions in
glibc may not work with clang -mfloat128 well. We need to handle this
carefully and reland it.
More information about the All-commits
mailing list