]> granicus.if.org Git - clang/commit
[mips] Correct linux dynamic linker for -mnan=2008
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 15:04:16 +0000 (15:04 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 15:04:16 +0000 (15:04 +0000)
commit8d4db1f1af86be205b576abb3707da937f31ecd5
tree558eed58ff960df11dbe4934e3772cd874e6951e
parentcb12cf7743747bb780c9286d9b3f3d3205fd2cee
[mips] Correct linux dynamic linker for -mnan=2008

Summary:
The dynamic linker is named ld-linux-mipsn8.so.1 when -mnan=2008 is given (or
is the default). It remains ld.so.1 for other cases.

This is necessary for MIPS32r6/MIPS64r6 since these ISA's default to -mnan=2008.

Differential Revision: http://reviews.llvm.org/D4273

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211598 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
lib/Driver/Tools.h
test/Driver/linux-ld.c