[PATCH] D105869: [Driver] fix PowerPC SPE musl dynamic linker name

2021-11-28 Thread Patrick Oppenlander via Phabricator via cfe-commits
pattop updated this revision to Diff 390227. pattop added a comment. Add test case. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105869/new/ https://reviews.llvm.org/D105869 Files: clang/lib/Driver/ToolChains/Linux.cpp clang/test/Driver/linux

[PATCH] D105869: [Driver] fix PowerPC SPE musl dynamic linker name

2021-07-13 Thread Patrick Oppenlander via Phabricator via cfe-commits
pattop added a comment. Here is the corresponding gcc patch: https://github.com/richfelker/musl-cross-make/commit/5b405688ee23df621e5b33911e2aa7b046ef632e Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105869/new/ https://reviews.llvm.org/D105869

[PATCH] D105869: [Driver] fix PowerPC SPE musl dynamic linker name

2021-07-12 Thread Patrick Oppenlander via Phabricator via cfe-commits
pattop created this revision. Herald added subscribers: steven.zhang, shchenz, nemanjai. pattop requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Musl treats PowerPC SPE as a soft-float target (as the PowerPC SPE ABI is soft-float compatible)