]> granicus.if.org Git - clang/commit
Add Multilib selection machinery
authorJonathan Roelofs <jonathan@codesourcery.com>
Wed, 12 Feb 2014 01:29:25 +0000 (01:29 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Wed, 12 Feb 2014 01:29:25 +0000 (01:29 +0000)
commit1b6afd89e6c1230c6a842701ec5bbc45d81d95b6
tree664f09ecb0d83b4d53879a9cc8dc90c0c65a80fd
parent10dbcf4aad39719036dc32b338ac2c111ecd00d8
Add Multilib selection machinery

This patch improves the support for picking Multilibs from gcc installations.
It also provides a better approximation for the flags '-print-multi-directory'
and '-print-multi-lib'.

review: http://llvm-reviews.chandlerc.com/D2538

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201202 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Driver/Multilib.h [new file with mode: 0644]
include/clang/Driver/ToolChain.h
lib/Driver/CMakeLists.txt
lib/Driver/Driver.cpp
lib/Driver/Multilib.cpp [new file with mode: 0644]
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/Tools.h
unittests/CMakeLists.txt
unittests/Driver/CMakeLists.txt [new file with mode: 0644]
unittests/Driver/Makefile [new file with mode: 0644]
unittests/Driver/MultilibTest.cpp [new file with mode: 0644]
unittests/Makefile