]> granicus.if.org Git - clang/commit
Allow a ToolChain to compute the path of a compiler-rt's component.
authorVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Thu, 1 Oct 2015 16:54:58 +0000 (16:54 +0000)
committerVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Thu, 1 Oct 2015 16:54:58 +0000 (16:54 +0000)
commit0d32e7d952bc80830183e0c2c6ec5027ca6b1450
tree6db6fb40131fe3ecc4d7511fddfbcb4068f5c3b3
parentdb216d5fd2134c6498dad761211ffa3656b6ff5a
Allow a ToolChain to compute the path of a compiler-rt's component.

Summary:
This patch moves getCompilerRT() from the clang::driver::tools namespace to
the ToolChain class. This is needed for multilib toolchains that need to
place their libraries in Clang's resource directory with a layout that is
different from the default one.

Reviewers: atanasyan, rsmith

Subscribers: tberghammer, danalbert, srhines, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249030 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ToolChain.h
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChain.cpp
lib/Driver/Tools.cpp