]> granicus.if.org Git - clang/commit
[Mips] Handle -mips32r[3|5] / -mips64r[3|5] options while selecting lib/headers paths
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 26 Feb 2015 04:45:57 +0000 (04:45 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 26 Feb 2015 04:45:57 +0000 (04:45 +0000)
commit0b5d95916ac63dfc7634ef5047d1f67787dadd54
tree834b0a8422285855a3c8bbc65d1fc427cb603792
parent2ad85551a85980cebfcf559a9965408a06f6e001
[Mips] Handle -mips32r[3|5] / -mips64r[3|5] options while selecting lib/headers paths

There is no supported toolchain which provides headers / libs / object
files specific to the mips32r[3|5] and mips64r[3|5] ISA. So select "r2"
specific folders when they are available.

http://reviews.llvm.org/D7879

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230611 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/mips-fsf.cpp