[all-commits] [llvm/llvm-project] 8bd272: [compiler-rt] Normalize i?86 to i386 and armv* to ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Mar 9 22:44:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bd2722f65cfd7883ed9769f7bad3ff50e4c6905
https://github.com/llvm/llvm-project/commit/8bd2722f65cfd7883ed9769f7bad3ff50e4c6905
Author: Martin Storsjö <martin at martin.st>
Date: 2021-03-10 (Wed, 10 Mar 2021)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
Log Message:
-----------
[compiler-rt] Normalize i?86 to i386 and armv* to arm for COMPILER_RT_DEFAULT_TARGET_ARCH
This corresponds to getArchNameForCompilerRTLib in clang; any
32 bit x86 architecture triple (except on android, but those
exceptions are already handled in compiler-rt on a different level)
get the compiler rt library names with i386; arm targets get either
"arm" or "armhf". (Mapping to "armhf" is handled in the toplevel
CMakeLists.txt.)
Differential Revision: https://reviews.llvm.org/D98173
More information about the All-commits
mailing list