[all-commits] [llvm/llvm-project] 8f24a5: [compiler-rt][CMake] Enable TF intrinsics on power...
Khem Raj via All-commits
all-commits at lists.llvm.org
Sun Jul 24 10:17:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f24a56a3a9363f353c8da318d97491a6818781d
https://github.com/llvm/llvm-project/commit/8f24a56a3a9363f353c8da318d97491a6818781d
Author: Khem Raj <raj.khem at gmail.com>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/int_types.h
Log Message:
-----------
[compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux
clang generates calls to these intrinsics when used for ppc32/linux, when using libgcc this works ok but when using compiler-rt for rtlib it fails with missing intrinsic symbols. also see [1]
[1] https://lists.llvm.org/pipermail/llvm-dev/2014-May/072784.html
Reviewed By: MaskRay, glaubitz
Differential Revision: https://reviews.llvm.org/D121379
More information about the All-commits
mailing list