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
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
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)