[all-commits] [llvm/llvm-project] 542977: Revert "[compiler-rt][CMake] Enable TF intrinsics ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Aug 5 07:43:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 542977d43841820614a32823c33415042430e230
https://github.com/llvm/llvm-project/commit/542977d43841820614a32823c33415042430e230
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-08-05 (Fri, 05 Aug 2022)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/int_types.h
Log Message:
-----------
Revert "[compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux"
As mentioned in https://reviews.llvm.org/D121379#3690593, this
change broke the build of compiler-rt targeting powerpc using GCC.
The 32-bit powerpc target is not supposed to emit 128-bit libcalls
-- if it does, then that's a backend bug and needs to be fixed there.
This reverts commit 8f24a56a3a9363f353c8da318d97491a6818781d.
Differential Revision: https://reviews.llvm.org/D130988
More information about the All-commits
mailing list