[all-commits] [llvm/llvm-project] b3163c: [Driver] Support PowerPC SPE musl dynamic linker n...
Patrick Oppenlander via All-commits
all-commits at lists.llvm.org
Sun Nov 28 15:40:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3163c1cdde09467382984e5879aa9701b7036d3
https://github.com/llvm/llvm-project/commit/b3163c1cdde09467382984e5879aa9701b7036d3
Author: Patrick Oppenlander <patrick.oppenlander at gmail.com>
Date: 2021-11-28 (Sun, 28 Nov 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/linux-ld.c
Log Message:
-----------
[Driver] Support PowerPC SPE musl dynamic linker name ld-musl-powerpc-sf.so.1
Musl treats PowerPC SPE as a soft-float target (as the PowerPC SPE ABI
is soft-float compatible).
Reviewed By: jhibbits, MaskRay
Differential Revision: https://reviews.llvm.org/D105869
More information about the All-commits
mailing list