[all-commits] [llvm/llvm-project] db2786: [compiler-rt] Produce the right arch suffix for ar...
m-gupta via All-commits
all-commits at lists.llvm.org
Sun Nov 7 08:52:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db27867dfc95257faf5baa40436370df67647847
https://github.com/llvm/llvm-project/commit/db27867dfc95257faf5baa40436370df67647847
Author: Manoj Gupta <manojgupta at google.com>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Changed paths:
M compiler-rt/cmake/Modules/AddCompilerRT.cmake
Log Message:
-----------
[compiler-rt] Produce the right arch suffix for arm baremetal
D98452 introduced a mismatch between clang expectations for
builtin name for baremetal targets on arm. Fix it by
adding a case for baremetal. This now matches the output of
"clang -target armv7m-none-eabi -print-libgcc-file-name \
-rtlib=compiler-rt"
Reviewed By: mstorsjo
Differential Revision: https://reviews.llvm.org/D113357
More information about the All-commits
mailing list