]> granicus.if.org Git - clang/commit
Remove the HasMultilib check. It was essentially useless. The driver now
authorChandler Carruth <chandlerc@gmail.com>
Sun, 6 Nov 2011 23:09:05 +0000 (23:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 6 Nov 2011 23:09:05 +0000 (23:09 +0000)
commitd1f73060a9a5307fa665c2c17f82e19f959aacb5
treeec999403b48417f157162e23e1e87839a14120d7
parent39e02032b01874a0d02ba85a4cd3922adda81376
Remove the HasMultilib check. It was essentially useless. The driver now
looks for evidence of a multilib installation, and adds the appropriate
bits to the search paths.

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