]> granicus.if.org Git - clang/commit
[driver][mips] Factor out findMIPSMultilibs code into separate functions. NFC
authorSimon Atanasyan <simon@atanasyan.com>
Wed, 22 Jun 2016 20:00:50 +0000 (20:00 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Wed, 22 Jun 2016 20:00:50 +0000 (20:00 +0000)
commit387dd2c305be2f7e5293678757da395786c46694
tree081510b8440347c00c222d477e64057e6063decb
parentc35b5c603db3fa9afd201ab99c154e63f21df50d
[driver][mips] Factor out findMIPSMultilibs code into separate functions. NFC

The findMIPSMultilibs is too long. One more reason for splitting is to
escape redundant calls of MultilibSet::FilterOut method which lead to
disk access.

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