diff options
| author | Diana Picus <diana.picus@linaro.org> | 2016-08-08 08:27:36 +0000 |
|---|---|---|
| committer | Diana Picus <diana.picus@linaro.org> | 2016-08-08 08:27:36 +0000 |
| commit | 86db9e7b66b6f86ad8b249906a88af56c1aaac40 (patch) | |
| tree | 30c01d4370a2a79e11688e807d29033612ea64b1 /llvm/lib | |
| parent | 0873e7d2186c97499aacda67eb2fea7ef4ccbcf3 (diff) | |
| download | bcm5719-llvm-86db9e7b66b6f86ad8b249906a88af56c1aaac40.tar.gz bcm5719-llvm-86db9e7b66b6f86ad8b249906a88af56c1aaac40.zip | |
Fix two bugs for musl-libc on ARM
Bug 1: triples like armv7-pc-linux-musl use the wrong linker name
ld-musl-armv7.so.1; the right name should be ld-musl-arm.so.1, disregarding the
subarch field.
Bug 2: when compiler option -mhard-float is used, we should use the "hardfloat"
linker, no matter whether the triple itself mentions "hardfloat".
Patch by Lei Zhang!
Differential Revision: https://reviews.llvm.org/D22904
llvm-svn: 277985
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions

