[all-commits] [llvm/llvm-project] c45596: [compiler-rt][AIX] Add CMake support for 32-bit Po...
David Tenty via All-commits
all-commits at lists.llvm.org
Tue Sep 22 13:09:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c45596147938191b0ffde91ee8d506e315bf4c8f
https://github.com/llvm/llvm-project/commit/c45596147938191b0ffde91ee8d506e315bf4c8f
Author: David Tenty <daltenty at ibm.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
M compiler-rt/cmake/base-config-ix.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/builtins/CMakeLists.txt
Log Message:
-----------
[compiler-rt][AIX] Add CMake support for 32-bit Power builds
This patch enables support for building compiler-rt builtins for 32-bit
Power arch on AIX. For now, we leave out the specialized ppc builtin
implementations for 128-bit long double and friends since those will
need some special handling for AIX.
Reviewed By: hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D87383
More information about the All-commits
mailing list