[all-commits] [llvm/llvm-project] 7b153b: [compiler-rt] Partially revert 8bd2722f65cfd7883ed...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Mar 11 12:42:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b153b43d3a14d76975039408c4b922beb576735
https://github.com/llvm/llvm-project/commit/7b153b43d3a14d76975039408c4b922beb576735
Author: Martin Storsjö <martin at martin.st>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
Log Message:
-----------
[compiler-rt] Partially revert 8bd2722f65cfd7883ed9769f7bad3ff50e4c6905
Don't normalize arm architecture names; doing that loses the ability
to pick the right implementation of builtins for each architecture
variant. When building compiler-rt builtins as part of a
runtimes build, builtins for multiple armv* variants could be built
in the same directory, and with the simplified architecture name,
they'd all be built in the same directory, overlapping each other.
More information about the All-commits
mailing list