summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2016-08-08 08:27:36 +0000
committerDiana Picus <diana.picus@linaro.org>2016-08-08 08:27:36 +0000
commit86db9e7b66b6f86ad8b249906a88af56c1aaac40 (patch)
tree30c01d4370a2a79e11688e807d29033612ea64b1 /llvm/lib/CodeGen
parent0873e7d2186c97499aacda67eb2fea7ef4ccbcf3 (diff)
downloadbcm5719-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/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud